jQuery(document).ready(function(){
jQuery("#input-979-SRF30BE").change(function(){
if(jQuery("#input-979-SRF30BE").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-BE_HULL]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 979-SRF30BE - Black Edition Hull)
");
jQuery("[id^=note-BE_HULL]").html("
(Included in 979-SRF30BE - Black Edition Hull)");
jQuery("[id^=input-BE_HULL]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-979-SRF30BE").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-BE_HULL]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-BE_HULL]").prop("disabled",false);
jQuery("[id^=input-BE_HULL]").prop("included_option", false);
//if(!jQuery("#input-BE_HULL").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-BE_HULL").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-BE_HULL").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-979-SRF30BE-BE_HULL").remove();
}
}); // end click listener
jQuery("#input-685M-SRF30").change(function(){
if(jQuery("#input-685M-SRF30").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-512]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685M-SRF30 - Black Edition Package)
");
jQuery("[id^=note-512]").html("
(Included in 685M-SRF30 - Black Edition Package)");
jQuery("[id^=input-512]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685M-SRF30").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-512]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512]").prop("disabled",false);
jQuery("[id^=input-512]").prop("included_option", false);
//if(!jQuery("#input-512").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685M-SRF30-512").remove();
}
}); // end click listener
jQuery("#input-685M-SRF30").change(function(){
if(jQuery("#input-685M-SRF30").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-551]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685M-SRF30 - Black Edition Package)
");
jQuery("[id^=note-551]").html("
(Included in 685M-SRF30 - Black Edition Package)");
jQuery("[id^=input-551]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685M-SRF30").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-551]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-551]").prop("disabled",false);
jQuery("[id^=input-551]").prop("included_option", false);
//if(!jQuery("#input-551").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-551").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-551").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685M-SRF30-551").remove();
}
}); // end click listener
jQuery("#input-685M-SRF30").change(function(){
if(jQuery("#input-685M-SRF30").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-767B]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685M-SRF30 - Black Edition Package)
");
jQuery("[id^=note-767B]").html("
(Included in 685M-SRF30 - Black Edition Package)");
jQuery("[id^=input-767B]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685M-SRF30").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-767B]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-767B]").prop("disabled",false);
jQuery("[id^=input-767B]").prop("included_option", false);
//if(!jQuery("#input-767B").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-767B").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-767B").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685M-SRF30-767B").remove();
}
}); // end click listener
jQuery("#input-685V-SRF30").change(function(){
if(jQuery("#input-685V-SRF30").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-512]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685V-SRF30 - Black Edition Package)
");
jQuery("[id^=note-512]").html("
(Included in 685V-SRF30 - Black Edition Package)");
jQuery("[id^=input-512]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685V-SRF30").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-512]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512]").prop("disabled",false);
jQuery("[id^=input-512]").prop("included_option", false);
//if(!jQuery("#input-512").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685V-SRF30-512").remove();
}
}); // end click listener
jQuery("#input-685V-SRF30").change(function(){
if(jQuery("#input-685V-SRF30").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-551]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685V-SRF30 - Black Edition Package)
");
jQuery("[id^=note-551]").html("
(Included in 685V-SRF30 - Black Edition Package)");
jQuery("[id^=input-551]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685V-SRF30").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-551]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-551]").prop("disabled",false);
jQuery("[id^=input-551]").prop("included_option", false);
//if(!jQuery("#input-551").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-551").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-551").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685V-SRF30-551").remove();
}
}); // end click listener
jQuery("#input-685V-SRF30").change(function(){
if(jQuery("#input-685V-SRF30").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-767B]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685V-SRF30 - Black Edition Package)
");
jQuery("[id^=note-767B]").html("
(Included in 685V-SRF30 - Black Edition Package)");
jQuery("[id^=input-767B]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685V-SRF30").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-767B]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-767B]").prop("disabled",false);
jQuery("[id^=input-767B]").prop("included_option", false);
//if(!jQuery("#input-767B").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-767B").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-767B").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685V-SRF30-767B").remove();
}
}); // end click listener
jQuery("#input-685HTM-SRF30").change(function(){
if(jQuery("#input-685HTM-SRF30").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-512]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685HTM-SRF30 - Black Edition Hardtop Package)
");
jQuery("[id^=note-512]").html("
(Included in 685HTM-SRF30 - Black Edition Hardtop Package)");
jQuery("[id^=input-512]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTM-SRF30").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-512]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512]").prop("disabled",false);
jQuery("[id^=input-512]").prop("included_option", false);
//if(!jQuery("#input-512").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685HTM-SRF30-512").remove();
}
}); // end click listener
jQuery("#input-685HTM-SRF30").change(function(){
if(jQuery("#input-685HTM-SRF30").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-551]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685HTM-SRF30 - Black Edition Hardtop Package)
");
jQuery("[id^=note-551]").html("
(Included in 685HTM-SRF30 - Black Edition Hardtop Package)");
jQuery("[id^=input-551]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTM-SRF30").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-551]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-551]").prop("disabled",false);
jQuery("[id^=input-551]").prop("included_option", false);
//if(!jQuery("#input-551").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-551").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-551").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685HTM-SRF30-551").remove();
}
}); // end click listener
jQuery("#input-685HTM-SRF30").change(function(){
if(jQuery("#input-685HTM-SRF30").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-752B]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685HTM-SRF30 - Black Edition Hardtop Package)
");
jQuery("[id^=note-752B]").html("
(Included in 685HTM-SRF30 - Black Edition Hardtop Package)");
jQuery("[id^=input-752B]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTM-SRF30").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-752B]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-752B]").prop("disabled",false);
jQuery("[id^=input-752B]").prop("included_option", false);
//if(!jQuery("#input-752B").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-752B").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-752B").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685HTM-SRF30-752B").remove();
}
}); // end click listener
jQuery("#input-685HTV-SRF30").change(function(){
if(jQuery("#input-685HTV-SRF30").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-512]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685HTV-SRF30 - Black Edition Hardtop Package)
");
jQuery("[id^=note-512]").html("
(Included in 685HTV-SRF30 - Black Edition Hardtop Package)");
jQuery("[id^=input-512]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTV-SRF30").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-512]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512]").prop("disabled",false);
jQuery("[id^=input-512]").prop("included_option", false);
//if(!jQuery("#input-512").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685HTV-SRF30-512").remove();
}
}); // end click listener
jQuery("#input-685HTV-SRF30").change(function(){
if(jQuery("#input-685HTV-SRF30").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-551]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685HTV-SRF30 - Black Edition Hardtop Package)
");
jQuery("[id^=note-551]").html("
(Included in 685HTV-SRF30 - Black Edition Hardtop Package)");
jQuery("[id^=input-551]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTV-SRF30").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-551]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-551]").prop("disabled",false);
jQuery("[id^=input-551]").prop("included_option", false);
//if(!jQuery("#input-551").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-551").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-551").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685HTV-SRF30-551").remove();
}
}); // end click listener
jQuery("#input-685HTV-SRF30").change(function(){
if(jQuery("#input-685HTV-SRF30").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-752B]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685HTV-SRF30 - Black Edition Hardtop Package)
");
jQuery("[id^=note-752B]").html("
(Included in 685HTV-SRF30 - Black Edition Hardtop Package)");
jQuery("[id^=input-752B]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTV-SRF30").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-752B]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-752B]").prop("disabled",false);
jQuery("[id^=input-752B]").prop("included_option", false);
//if(!jQuery("#input-752B").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-752B").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-752B").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685HTV-SRF30-752B").remove();
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){
jQuery("#input-951-SRF30BLK").change(function(){
if(jQuery("#input-951-SRF30BLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-951-SRF30BLK]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-SRF30BLK - Hull Bottom Gelcoat - Black)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-951-SRF30BLK]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-951-SRF30BLK");
//alert(jQuery("[id^=input-951-SRF30BLK]").attr("title"));
//alert(jQuery("[id^=input-951-SRF30BLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-SRF30BLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-SRF30BLK").prop("checked"))
{
jQuery("#input-951-SRF30BLK").removeAttr("checked").change();
}
//console.log("if of reverse input-951-SRF30BLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-SRF30BLK-979]").length === 0)
{
jQuery("#note-951-SRF30BLK").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-SRF30BLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-SRF30BLK-979]").remove();
jQuery("[id^=input-951-SRF30BLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-SRF30BLU").change(function(){
if(jQuery("#input-951-SRF30BLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-951-SRF30BLU]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-SRF30BLU - Hull Bottom Gelcoat - Biscayne Blue)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-951-SRF30BLU]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-951-SRF30BLU");
//alert(jQuery("[id^=input-951-SRF30BLU]").attr("title"));
//alert(jQuery("[id^=input-951-SRF30BLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-SRF30BLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-SRF30BLU").prop("checked"))
{
jQuery("#input-951-SRF30BLU").removeAttr("checked").change();
}
//console.log("if of reverse input-951-SRF30BLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-SRF30BLU-979]").length === 0)
{
jQuery("#note-951-SRF30BLU").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-SRF30BLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-SRF30BLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-SRF30BLU-979]").remove();
jQuery("[id^=input-951-SRF30BLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-SRF30ALY").change(function(){
if(jQuery("#input-951-SRF30ALY").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-951-SRF30ALY]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-SRF30ALY - Hull Bottom Gelcoat - Alloy Gray)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-951-SRF30ALY]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-951-SRF30ALY");
//alert(jQuery("[id^=input-951-SRF30ALY]").attr("title"));
//alert(jQuery("[id^=input-951-SRF30ALY]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-SRF30ALY").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-SRF30ALY").prop("checked"))
{
jQuery("#input-951-SRF30ALY").removeAttr("checked").change();
}
//console.log("if of reverse input-951-SRF30ALY");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-SRF30ALY-979]").length === 0)
{
jQuery("#note-951-SRF30ALY").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-SRF30ALY]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-SRF30ALY").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-SRF30ALY-979]").remove();
jQuery("[id^=input-951-SRF30ALY]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-SRF30SBL").change(function(){
if(jQuery("#input-951-SRF30SBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-951-SRF30SBL]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-SRF30SBL - Hull Bottom Gelcoat - Steel Blue)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-951-SRF30SBL]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-951-SRF30SBL");
//alert(jQuery("[id^=input-951-SRF30SBL]").attr("title"));
//alert(jQuery("[id^=input-951-SRF30SBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-SRF30SBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-SRF30SBL").prop("checked"))
{
jQuery("#input-951-SRF30SBL").removeAttr("checked").change();
}
//console.log("if of reverse input-951-SRF30SBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-SRF30SBL-979]").length === 0)
{
jQuery("#note-951-SRF30SBL").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-SRF30SBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-SRF30SBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-SRF30SBL-979]").remove();
jQuery("[id^=input-951-SRF30SBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-SRF30ICE").change(function(){
if(jQuery("#input-951-SRF30ICE").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-951-SRF30ICE]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-SRF30ICE - Hull Bottom Gelcoat - Ice Blue)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-951-SRF30ICE]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-951-SRF30ICE");
//alert(jQuery("[id^=input-951-SRF30ICE]").attr("title"));
//alert(jQuery("[id^=input-951-SRF30ICE]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-SRF30ICE").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-SRF30ICE").prop("checked"))
{
jQuery("#input-951-SRF30ICE").removeAttr("checked").change();
}
//console.log("if of reverse input-951-SRF30ICE");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-SRF30ICE-979]").length === 0)
{
jQuery("#note-951-SRF30ICE").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-SRF30ICE]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-SRF30ICE").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-SRF30ICE-979]").remove();
jQuery("[id^=input-951-SRF30ICE]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-SRF30GRN").change(function(){
if(jQuery("#input-951-SRF30GRN").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-951-SRF30GRN]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-SRF30GRN - Hull Bottom Gelcoat - Seafoam Green)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-951-SRF30GRN]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-951-SRF30GRN");
//alert(jQuery("[id^=input-951-SRF30GRN]").attr("title"));
//alert(jQuery("[id^=input-951-SRF30GRN]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-SRF30GRN").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-SRF30GRN").prop("checked"))
{
jQuery("#input-951-SRF30GRN").removeAttr("checked").change();
}
//console.log("if of reverse input-951-SRF30GRN");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-SRF30GRN-979]").length === 0)
{
jQuery("#note-951-SRF30GRN").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-SRF30GRN]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-SRF30GRN").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-SRF30GRN-979]").remove();
jQuery("[id^=input-951-SRF30GRN]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-SRF30STL").change(function(){
if(jQuery("#input-951-SRF30STL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-951-SRF30STL]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-SRF30STL - Hull Bottom Gelcoat - Stealth Gray)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-951-SRF30STL]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-951-SRF30STL");
//alert(jQuery("[id^=input-951-SRF30STL]").attr("title"));
//alert(jQuery("[id^=input-951-SRF30STL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-SRF30STL").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-SRF30STL").prop("checked"))
{
jQuery("#input-951-SRF30STL").removeAttr("checked").change();
}
//console.log("if of reverse input-951-SRF30STL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-SRF30STL-979]").length === 0)
{
jQuery("#note-951-SRF30STL").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-SRF30STL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-SRF30STL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-SRF30STL-979]").remove();
jQuery("[id^=input-951-SRF30STL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-911-SRF30").change(function(){
if(jQuery("#input-911-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-SRF30BLK]");
//alert(jQuery("[id^=input-950-SRF30BLK]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-SRF30BLK]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-SRF30BLK]").prop("checked"))
{
jQuery("[id^=input-950-SRF30BLK]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-950-SRF30BLK-911-SRF30]").length === 0)
{
jQuery("[id^=note-950-SRF30BLK]").append("
(N/A with 911-SRF30 - Painted Metallic Hull Stripe - Black)");
}
jQuery("[id^=input-950-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-SRF30BLK]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-SRF30BLK-911-SRF30]").remove();
jQuery("[id^=input-950-SRF30BLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-SRF30BLK]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-911-SRF30");
//alert(jQuery("[id^=input-911-SRF30]").attr("title"));
//alert(jQuery("[id^=input-911-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-911-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-911-SRF30").prop("checked"))
{
jQuery("#input-911-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-911-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-911-SRF30-950-SRF30BLK]").length === 0)
{
jQuery("#note-911-SRF30").append("
(N/A with 950-SRF30BLK )");
}
jQuery("[id^=input-911-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-911-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-911-SRF30-950-SRF30BLK]").remove();
jQuery("[id^=input-911-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-906-SRF30").change(function(){
if(jQuery("#input-906-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-SRF30BLU]");
//alert(jQuery("[id^=input-950-SRF30BLU]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-SRF30BLU]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-SRF30BLU]").prop("checked"))
{
jQuery("[id^=input-950-SRF30BLU]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-950-SRF30BLU-906-SRF30]").length === 0)
{
jQuery("[id^=note-950-SRF30BLU]").append("
(N/A with 906-SRF30 - Painted Metallic Hull Stripe - Blue)");
}
jQuery("[id^=input-950-SRF30BLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-SRF30BLU]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-SRF30BLU-906-SRF30]").remove();
jQuery("[id^=input-950-SRF30BLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-SRF30BLU]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-906-SRF30");
//alert(jQuery("[id^=input-906-SRF30]").attr("title"));
//alert(jQuery("[id^=input-906-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-906-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-906-SRF30").prop("checked"))
{
jQuery("#input-906-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-906-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-906-SRF30-950-SRF30BLU]").length === 0)
{
jQuery("#note-906-SRF30").append("
(N/A with 950-SRF30BLU )");
}
jQuery("[id^=input-906-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-906-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-906-SRF30-950-SRF30BLU]").remove();
jQuery("[id^=input-906-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-903-SRF30").change(function(){
if(jQuery("#input-903-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-SRF30WHT]");
//alert(jQuery("[id^=input-950-SRF30WHT]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-SRF30WHT]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-SRF30WHT]").prop("checked"))
{
jQuery("[id^=input-950-SRF30WHT]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-950-SRF30WHT-903-SRF30]").length === 0)
{
jQuery("[id^=note-950-SRF30WHT]").append("
(N/A with 903-SRF30 - Painted Metallic Hull Stripe - White)");
}
jQuery("[id^=input-950-SRF30WHT]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-SRF30WHT]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-SRF30WHT-903-SRF30]").remove();
jQuery("[id^=input-950-SRF30WHT]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-SRF30WHT]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-903-SRF30");
//alert(jQuery("[id^=input-903-SRF30]").attr("title"));
//alert(jQuery("[id^=input-903-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-903-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-903-SRF30").prop("checked"))
{
jQuery("#input-903-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-903-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-903-SRF30-950-SRF30WHT]").length === 0)
{
jQuery("#note-903-SRF30").append("
(N/A with 950-SRF30WHT )");
}
jQuery("[id^=input-903-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-903-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-903-SRF30-950-SRF30WHT]").remove();
jQuery("[id^=input-903-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-590-SRF30BLU").change(function(){
if(jQuery("#input-590-SRF30BLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-590-SRF30BLU]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 590-SRF30BLU - Standard Canvas - Biscayne Blue)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-590-SRF30BLU]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-590-SRF30BLU");
//alert(jQuery("[id^=input-590-SRF30BLU]").attr("title"));
//alert(jQuery("[id^=input-590-SRF30BLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-590-SRF30BLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-590-SRF30BLU").prop("checked"))
{
jQuery("#input-590-SRF30BLU").removeAttr("checked").change();
}
//console.log("if of reverse input-590-SRF30BLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-590-SRF30BLU-979]").length === 0)
{
jQuery("#note-590-SRF30BLU").append("
(N/A with 979 )");
}
jQuery("[id^=input-590-SRF30BLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-590-SRF30BLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-590-SRF30BLU-979]").remove();
jQuery("[id^=input-590-SRF30BLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-590-SRF30SBL").change(function(){
if(jQuery("#input-590-SRF30SBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-590-SRF30SBL]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 590-SRF30SBL - Standard Canvas - Steel Blue)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-590-SRF30SBL]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-590-SRF30SBL");
//alert(jQuery("[id^=input-590-SRF30SBL]").attr("title"));
//alert(jQuery("[id^=input-590-SRF30SBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-590-SRF30SBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-590-SRF30SBL").prop("checked"))
{
jQuery("#input-590-SRF30SBL").removeAttr("checked").change();
}
//console.log("if of reverse input-590-SRF30SBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-590-SRF30SBL-979]").length === 0)
{
jQuery("#note-590-SRF30SBL").append("
(N/A with 979 )");
}
jQuery("[id^=input-590-SRF30SBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-590-SRF30SBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-590-SRF30SBL-979]").remove();
jQuery("[id^=input-590-SRF30SBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-562-SRF30BLU").change(function(){
if(jQuery("#input-562-SRF30BLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-562-SRF30BLU]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 562-SRF30BLU - Extendable AFT Bimini - Biscayne Blue)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-562-SRF30BLU]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-562-SRF30BLU");
//alert(jQuery("[id^=input-562-SRF30BLU]").attr("title"));
//alert(jQuery("[id^=input-562-SRF30BLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-562-SRF30BLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-562-SRF30BLU").prop("checked"))
{
jQuery("#input-562-SRF30BLU").removeAttr("checked").change();
}
//console.log("if of reverse input-562-SRF30BLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-562-SRF30BLU-979]").length === 0)
{
jQuery("#note-562-SRF30BLU").append("
(N/A with 979 )");
}
jQuery("[id^=input-562-SRF30BLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-562-SRF30BLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-SRF30BLU-979]").remove();
jQuery("[id^=input-562-SRF30BLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-562-SRF30SBL").change(function(){
if(jQuery("#input-562-SRF30SBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-979]");
//alert(jQuery("[id^=input-979]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-979]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-979]").prop("checked"))
{
jQuery("[id^=input-979]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-979-562-SRF30SBL]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 562-SRF30SBL - Extendable AFT Bimini - Steel Blue)");
}
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-979]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-979-562-SRF30SBL]").remove();
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-979]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-562-SRF30SBL");
//alert(jQuery("[id^=input-562-SRF30SBL]").attr("title"));
//alert(jQuery("[id^=input-562-SRF30SBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-562-SRF30SBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-562-SRF30SBL").prop("checked"))
{
jQuery("#input-562-SRF30SBL").removeAttr("checked").change();
}
//console.log("if of reverse input-562-SRF30SBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-562-SRF30SBL-979]").length === 0)
{
jQuery("#note-562-SRF30SBL").append("
(N/A with 979 )");
}
jQuery("[id^=input-562-SRF30SBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-562-SRF30SBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-SRF30SBL-979]").remove();
jQuery("[id^=input-562-SRF30SBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-767B-SRF30").change(function(){
if(jQuery("#input-767B-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685HT]");
//alert(jQuery("[id^=input-685HT]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685HT]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685HT]").prop("checked"))
{
jQuery("[id^=input-685HT]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HT-767B-SRF30]").length === 0)
{
jQuery("[id^=note-685HT]").append("
(N/A with 767B-SRF30 - EFX Electric Folding Arch Tower - Black)");
}
jQuery("[id^=input-685HT]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685HT]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HT-767B-SRF30]").remove();
jQuery("[id^=input-685HT]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685HT]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-767B-SRF30");
//alert(jQuery("[id^=input-767B-SRF30]").attr("title"));
//alert(jQuery("[id^=input-767B-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-767B-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-767B-SRF30").prop("checked"))
{
jQuery("#input-767B-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-767B-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767B-SRF30-685HT]").length === 0)
{
jQuery("#note-767B-SRF30").append("
(N/A with 685HT )");
}
jQuery("[id^=input-767B-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-767B-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767B-SRF30-685HT]").remove();
jQuery("[id^=input-767B-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752B-SRF30BLU").change(function(){
if(jQuery("#input-752B-SRF30BLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685M]");
//alert(jQuery("[id^=input-685M]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685M]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685M]").prop("checked"))
{
jQuery("[id^=input-685M]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685M-752B-SRF30BLU]").length === 0)
{
jQuery("[id^=note-685M]").append("
(N/A with 752B-SRF30BLU - Electric Folding Hardtop Tower - Black)");
}
jQuery("[id^=input-685M]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685M]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-752B-SRF30BLU]").remove();
jQuery("[id^=input-685M]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685M]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752B-SRF30BLU");
//alert(jQuery("[id^=input-752B-SRF30BLU]").attr("title"));
//alert(jQuery("[id^=input-752B-SRF30BLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752B-SRF30BLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-752B-SRF30BLU").prop("checked"))
{
jQuery("#input-752B-SRF30BLU").removeAttr("checked").change();
}
//console.log("if of reverse input-752B-SRF30BLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752B-SRF30BLU-685M]").length === 0)
{
jQuery("#note-752B-SRF30BLU").append("
(N/A with 685M )");
}
jQuery("[id^=input-752B-SRF30BLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752B-SRF30BLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752B-SRF30BLU-685M]").remove();
jQuery("[id^=input-752B-SRF30BLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752B-SRF30BLU").change(function(){
if(jQuery("#input-752B-SRF30BLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685V]");
//alert(jQuery("[id^=input-685V]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685V]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685V]").prop("checked"))
{
jQuery("[id^=input-685V]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685V-752B-SRF30BLU]").length === 0)
{
jQuery("[id^=note-685V]").append("
(N/A with 752B-SRF30BLU - Electric Folding Hardtop Tower - Black)");
}
jQuery("[id^=input-685V]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685V]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-752B-SRF30BLU]").remove();
jQuery("[id^=input-685V]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685V]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752B-SRF30BLU");
//alert(jQuery("[id^=input-752B-SRF30BLU]").attr("title"));
//alert(jQuery("[id^=input-752B-SRF30BLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752B-SRF30BLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-752B-SRF30BLU").prop("checked"))
{
jQuery("#input-752B-SRF30BLU").removeAttr("checked").change();
}
//console.log("if of reverse input-752B-SRF30BLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752B-SRF30BLU-685V]").length === 0)
{
jQuery("#note-752B-SRF30BLU").append("
(N/A with 685V )");
}
jQuery("[id^=input-752B-SRF30BLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752B-SRF30BLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752B-SRF30BLU-685V]").remove();
jQuery("[id^=input-752B-SRF30BLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752B-SRF30BLU").change(function(){
if(jQuery("#input-752B-SRF30BLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-562]");
//alert(jQuery("[id^=input-562]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-562]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-562]").prop("checked"))
{
jQuery("[id^=input-562]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-562-752B-SRF30BLU]").length === 0)
{
jQuery("[id^=note-562]").append("
(N/A with 752B-SRF30BLU - Electric Folding Hardtop Tower - Black)");
}
jQuery("[id^=input-562]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-562]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-752B-SRF30BLU]").remove();
jQuery("[id^=input-562]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-562]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752B-SRF30BLU");
//alert(jQuery("[id^=input-752B-SRF30BLU]").attr("title"));
//alert(jQuery("[id^=input-752B-SRF30BLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752B-SRF30BLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-752B-SRF30BLU").prop("checked"))
{
jQuery("#input-752B-SRF30BLU").removeAttr("checked").change();
}
//console.log("if of reverse input-752B-SRF30BLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752B-SRF30BLU-562]").length === 0)
{
jQuery("#note-752B-SRF30BLU").append("
(N/A with 562 )");
}
jQuery("[id^=input-752B-SRF30BLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752B-SRF30BLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752B-SRF30BLU-562]").remove();
jQuery("[id^=input-752B-SRF30BLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752B-SRF30BLK").change(function(){
if(jQuery("#input-752B-SRF30BLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685M]");
//alert(jQuery("[id^=input-685M]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685M]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685M]").prop("checked"))
{
jQuery("[id^=input-685M]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685M-752B-SRF30BLK]").length === 0)
{
jQuery("[id^=note-685M]").append("
(N/A with 752B-SRF30BLK - Electric Folding Hardtop Tower - Black)");
}
jQuery("[id^=input-685M]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685M]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-752B-SRF30BLK]").remove();
jQuery("[id^=input-685M]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685M]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752B-SRF30BLK");
//alert(jQuery("[id^=input-752B-SRF30BLK]").attr("title"));
//alert(jQuery("[id^=input-752B-SRF30BLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752B-SRF30BLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-752B-SRF30BLK").prop("checked"))
{
jQuery("#input-752B-SRF30BLK").removeAttr("checked").change();
}
//console.log("if of reverse input-752B-SRF30BLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752B-SRF30BLK-685M]").length === 0)
{
jQuery("#note-752B-SRF30BLK").append("
(N/A with 685M )");
}
jQuery("[id^=input-752B-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752B-SRF30BLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752B-SRF30BLK-685M]").remove();
jQuery("[id^=input-752B-SRF30BLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752B-SRF30BLK").change(function(){
if(jQuery("#input-752B-SRF30BLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685V]");
//alert(jQuery("[id^=input-685V]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685V]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685V]").prop("checked"))
{
jQuery("[id^=input-685V]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685V-752B-SRF30BLK]").length === 0)
{
jQuery("[id^=note-685V]").append("
(N/A with 752B-SRF30BLK - Electric Folding Hardtop Tower - Black)");
}
jQuery("[id^=input-685V]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685V]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-752B-SRF30BLK]").remove();
jQuery("[id^=input-685V]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685V]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752B-SRF30BLK");
//alert(jQuery("[id^=input-752B-SRF30BLK]").attr("title"));
//alert(jQuery("[id^=input-752B-SRF30BLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752B-SRF30BLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-752B-SRF30BLK").prop("checked"))
{
jQuery("#input-752B-SRF30BLK").removeAttr("checked").change();
}
//console.log("if of reverse input-752B-SRF30BLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752B-SRF30BLK-685V]").length === 0)
{
jQuery("#note-752B-SRF30BLK").append("
(N/A with 685V )");
}
jQuery("[id^=input-752B-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752B-SRF30BLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752B-SRF30BLK-685V]").remove();
jQuery("[id^=input-752B-SRF30BLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752B-SRF30BLK").change(function(){
if(jQuery("#input-752B-SRF30BLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-562]");
//alert(jQuery("[id^=input-562]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-562]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-562]").prop("checked"))
{
jQuery("[id^=input-562]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-562-752B-SRF30BLK]").length === 0)
{
jQuery("[id^=note-562]").append("
(N/A with 752B-SRF30BLK - Electric Folding Hardtop Tower - Black)");
}
jQuery("[id^=input-562]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-562]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-752B-SRF30BLK]").remove();
jQuery("[id^=input-562]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-562]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752B-SRF30BLK");
//alert(jQuery("[id^=input-752B-SRF30BLK]").attr("title"));
//alert(jQuery("[id^=input-752B-SRF30BLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752B-SRF30BLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-752B-SRF30BLK").prop("checked"))
{
jQuery("#input-752B-SRF30BLK").removeAttr("checked").change();
}
//console.log("if of reverse input-752B-SRF30BLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752B-SRF30BLK-562]").length === 0)
{
jQuery("#note-752B-SRF30BLK").append("
(N/A with 562 )");
}
jQuery("[id^=input-752B-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752B-SRF30BLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752B-SRF30BLK-562]").remove();
jQuery("[id^=input-752B-SRF30BLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752B-SRF30SBL").change(function(){
if(jQuery("#input-752B-SRF30SBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685M]");
//alert(jQuery("[id^=input-685M]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685M]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685M]").prop("checked"))
{
jQuery("[id^=input-685M]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685M-752B-SRF30SBL]").length === 0)
{
jQuery("[id^=note-685M]").append("
(N/A with 752B-SRF30SBL - Electric Folding Hardtop Tower - Black)");
}
jQuery("[id^=input-685M]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685M]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-752B-SRF30SBL]").remove();
jQuery("[id^=input-685M]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685M]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752B-SRF30SBL");
//alert(jQuery("[id^=input-752B-SRF30SBL]").attr("title"));
//alert(jQuery("[id^=input-752B-SRF30SBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752B-SRF30SBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-752B-SRF30SBL").prop("checked"))
{
jQuery("#input-752B-SRF30SBL").removeAttr("checked").change();
}
//console.log("if of reverse input-752B-SRF30SBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752B-SRF30SBL-685M]").length === 0)
{
jQuery("#note-752B-SRF30SBL").append("
(N/A with 685M )");
}
jQuery("[id^=input-752B-SRF30SBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752B-SRF30SBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752B-SRF30SBL-685M]").remove();
jQuery("[id^=input-752B-SRF30SBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752B-SRF30SBL").change(function(){
if(jQuery("#input-752B-SRF30SBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685V]");
//alert(jQuery("[id^=input-685V]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685V]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685V]").prop("checked"))
{
jQuery("[id^=input-685V]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685V-752B-SRF30SBL]").length === 0)
{
jQuery("[id^=note-685V]").append("
(N/A with 752B-SRF30SBL - Electric Folding Hardtop Tower - Black)");
}
jQuery("[id^=input-685V]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685V]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-752B-SRF30SBL]").remove();
jQuery("[id^=input-685V]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685V]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752B-SRF30SBL");
//alert(jQuery("[id^=input-752B-SRF30SBL]").attr("title"));
//alert(jQuery("[id^=input-752B-SRF30SBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752B-SRF30SBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-752B-SRF30SBL").prop("checked"))
{
jQuery("#input-752B-SRF30SBL").removeAttr("checked").change();
}
//console.log("if of reverse input-752B-SRF30SBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752B-SRF30SBL-685V]").length === 0)
{
jQuery("#note-752B-SRF30SBL").append("
(N/A with 685V )");
}
jQuery("[id^=input-752B-SRF30SBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752B-SRF30SBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752B-SRF30SBL-685V]").remove();
jQuery("[id^=input-752B-SRF30SBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752B-SRF30SBL").change(function(){
if(jQuery("#input-752B-SRF30SBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-562]");
//alert(jQuery("[id^=input-562]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-562]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-562]").prop("checked"))
{
jQuery("[id^=input-562]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-562-752B-SRF30SBL]").length === 0)
{
jQuery("[id^=note-562]").append("
(N/A with 752B-SRF30SBL - Electric Folding Hardtop Tower - Black)");
}
jQuery("[id^=input-562]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-562]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-752B-SRF30SBL]").remove();
jQuery("[id^=input-562]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-562]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752B-SRF30SBL");
//alert(jQuery("[id^=input-752B-SRF30SBL]").attr("title"));
//alert(jQuery("[id^=input-752B-SRF30SBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752B-SRF30SBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-752B-SRF30SBL").prop("checked"))
{
jQuery("#input-752B-SRF30SBL").removeAttr("checked").change();
}
//console.log("if of reverse input-752B-SRF30SBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752B-SRF30SBL-562]").length === 0)
{
jQuery("#note-752B-SRF30SBL").append("
(N/A with 562 )");
}
jQuery("[id^=input-752B-SRF30SBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752B-SRF30SBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752B-SRF30SBL-562]").remove();
jQuery("[id^=input-752B-SRF30SBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752W-SRF30BLU").change(function(){
if(jQuery("#input-752W-SRF30BLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-752W-SRF30BLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 752W-SRF30BLU - Electric Folding Hardtop Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-752W-SRF30BLU]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752W-SRF30BLU");
//alert(jQuery("[id^=input-752W-SRF30BLU]").attr("title"));
//alert(jQuery("[id^=input-752W-SRF30BLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752W-SRF30BLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-752W-SRF30BLU").prop("checked"))
{
jQuery("#input-752W-SRF30BLU").removeAttr("checked").change();
}
//console.log("if of reverse input-752W-SRF30BLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752W-SRF30BLU-685]").length === 0)
{
jQuery("#note-752W-SRF30BLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-752W-SRF30BLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752W-SRF30BLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752W-SRF30BLU-685]").remove();
jQuery("[id^=input-752W-SRF30BLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752W-SRF30BLU").change(function(){
if(jQuery("#input-752W-SRF30BLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-562]");
//alert(jQuery("[id^=input-562]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-562]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-562]").prop("checked"))
{
jQuery("[id^=input-562]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-562-752W-SRF30BLU]").length === 0)
{
jQuery("[id^=note-562]").append("
(N/A with 752W-SRF30BLU - Electric Folding Hardtop Tower - White)");
}
jQuery("[id^=input-562]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-562]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-752W-SRF30BLU]").remove();
jQuery("[id^=input-562]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-562]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752W-SRF30BLU");
//alert(jQuery("[id^=input-752W-SRF30BLU]").attr("title"));
//alert(jQuery("[id^=input-752W-SRF30BLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752W-SRF30BLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-752W-SRF30BLU").prop("checked"))
{
jQuery("#input-752W-SRF30BLU").removeAttr("checked").change();
}
//console.log("if of reverse input-752W-SRF30BLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752W-SRF30BLU-562]").length === 0)
{
jQuery("#note-752W-SRF30BLU").append("
(N/A with 562 )");
}
jQuery("[id^=input-752W-SRF30BLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752W-SRF30BLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752W-SRF30BLU-562]").remove();
jQuery("[id^=input-752W-SRF30BLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752W-SRF30BLK").change(function(){
if(jQuery("#input-752W-SRF30BLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-752W-SRF30BLK]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 752W-SRF30BLK - Electric Folding Hardtop Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-752W-SRF30BLK]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752W-SRF30BLK");
//alert(jQuery("[id^=input-752W-SRF30BLK]").attr("title"));
//alert(jQuery("[id^=input-752W-SRF30BLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752W-SRF30BLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-752W-SRF30BLK").prop("checked"))
{
jQuery("#input-752W-SRF30BLK").removeAttr("checked").change();
}
//console.log("if of reverse input-752W-SRF30BLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752W-SRF30BLK-685]").length === 0)
{
jQuery("#note-752W-SRF30BLK").append("
(N/A with 685 )");
}
jQuery("[id^=input-752W-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752W-SRF30BLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752W-SRF30BLK-685]").remove();
jQuery("[id^=input-752W-SRF30BLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752W-SRF30BLK").change(function(){
if(jQuery("#input-752W-SRF30BLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-562]");
//alert(jQuery("[id^=input-562]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-562]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-562]").prop("checked"))
{
jQuery("[id^=input-562]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-562-752W-SRF30BLK]").length === 0)
{
jQuery("[id^=note-562]").append("
(N/A with 752W-SRF30BLK - Electric Folding Hardtop Tower - White)");
}
jQuery("[id^=input-562]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-562]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-752W-SRF30BLK]").remove();
jQuery("[id^=input-562]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-562]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752W-SRF30BLK");
//alert(jQuery("[id^=input-752W-SRF30BLK]").attr("title"));
//alert(jQuery("[id^=input-752W-SRF30BLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752W-SRF30BLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-752W-SRF30BLK").prop("checked"))
{
jQuery("#input-752W-SRF30BLK").removeAttr("checked").change();
}
//console.log("if of reverse input-752W-SRF30BLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752W-SRF30BLK-562]").length === 0)
{
jQuery("#note-752W-SRF30BLK").append("
(N/A with 562 )");
}
jQuery("[id^=input-752W-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752W-SRF30BLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752W-SRF30BLK-562]").remove();
jQuery("[id^=input-752W-SRF30BLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752W-SRF30SBL").change(function(){
if(jQuery("#input-752W-SRF30SBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-752W-SRF30SBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 752W-SRF30SBL - Electric Folding Hardtop Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-752W-SRF30SBL]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752W-SRF30SBL");
//alert(jQuery("[id^=input-752W-SRF30SBL]").attr("title"));
//alert(jQuery("[id^=input-752W-SRF30SBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752W-SRF30SBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-752W-SRF30SBL").prop("checked"))
{
jQuery("#input-752W-SRF30SBL").removeAttr("checked").change();
}
//console.log("if of reverse input-752W-SRF30SBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752W-SRF30SBL-685]").length === 0)
{
jQuery("#note-752W-SRF30SBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-752W-SRF30SBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752W-SRF30SBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752W-SRF30SBL-685]").remove();
jQuery("[id^=input-752W-SRF30SBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-752W-SRF30SBL").change(function(){
if(jQuery("#input-752W-SRF30SBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-562]");
//alert(jQuery("[id^=input-562]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-562]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-562]").prop("checked"))
{
jQuery("[id^=input-562]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-562-752W-SRF30SBL]").length === 0)
{
jQuery("[id^=note-562]").append("
(N/A with 752W-SRF30SBL - Electric Folding Hardtop Tower - White)");
}
jQuery("[id^=input-562]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-562]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-752W-SRF30SBL]").remove();
jQuery("[id^=input-562]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-562]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-752W-SRF30SBL");
//alert(jQuery("[id^=input-752W-SRF30SBL]").attr("title"));
//alert(jQuery("[id^=input-752W-SRF30SBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-752W-SRF30SBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-752W-SRF30SBL").prop("checked"))
{
jQuery("#input-752W-SRF30SBL").removeAttr("checked").change();
}
//console.log("if of reverse input-752W-SRF30SBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752W-SRF30SBL-562]").length === 0)
{
jQuery("#note-752W-SRF30SBL").append("
(N/A with 562 )");
}
jQuery("[id^=input-752W-SRF30SBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-752W-SRF30SBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752W-SRF30SBL-562]").remove();
jQuery("[id^=input-752W-SRF30SBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-735-SRF30BLK").change(function(){
if(jQuery("#input-735-SRF30BLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-752]");
//alert(jQuery("[id^=input-752]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-752]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-752]").prop("checked"))
{
jQuery("[id^=input-752]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752-735-SRF30BLK]").length === 0)
{
jQuery("[id^=note-752]").append("
(N/A with 735-SRF30BLK - Bow Canvas Sky Shade - Black)");
}
jQuery("[id^=input-752]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-752]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752-735-SRF30BLK]").remove();
jQuery("[id^=input-752]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-752]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-735-SRF30BLK");
//alert(jQuery("[id^=input-735-SRF30BLK]").attr("title"));
//alert(jQuery("[id^=input-735-SRF30BLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-735-SRF30BLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-735-SRF30BLK").prop("checked"))
{
jQuery("#input-735-SRF30BLK").removeAttr("checked").change();
}
//console.log("if of reverse input-735-SRF30BLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-735-SRF30BLK-752]").length === 0)
{
jQuery("#note-735-SRF30BLK").append("
(N/A with 752 )");
}
jQuery("[id^=input-735-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-735-SRF30BLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-735-SRF30BLK-752]").remove();
jQuery("[id^=input-735-SRF30BLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-735-SRF30BLK").change(function(){
if(jQuery("#input-735-SRF30BLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685HTV]");
//alert(jQuery("[id^=input-685HTV]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685HTV]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685HTV]").prop("checked"))
{
jQuery("[id^=input-685HTV]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HTV-735-SRF30BLK]").length === 0)
{
jQuery("[id^=note-685HTV]").append("
(N/A with 735-SRF30BLK - Bow Canvas Sky Shade - Black)");
}
jQuery("[id^=input-685HTV]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685HTV]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTV-735-SRF30BLK]").remove();
jQuery("[id^=input-685HTV]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685HTV]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-735-SRF30BLK");
//alert(jQuery("[id^=input-735-SRF30BLK]").attr("title"));
//alert(jQuery("[id^=input-735-SRF30BLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-735-SRF30BLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-735-SRF30BLK").prop("checked"))
{
jQuery("#input-735-SRF30BLK").removeAttr("checked").change();
}
//console.log("if of reverse input-735-SRF30BLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-735-SRF30BLK-685HTV]").length === 0)
{
jQuery("#note-735-SRF30BLK").append("
(N/A with 685HTV )");
}
jQuery("[id^=input-735-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-735-SRF30BLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-735-SRF30BLK-685HTV]").remove();
jQuery("[id^=input-735-SRF30BLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-735-SRF30BLK").change(function(){
if(jQuery("#input-735-SRF30BLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685HTM]");
//alert(jQuery("[id^=input-685HTM]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685HTM]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685HTM]").prop("checked"))
{
jQuery("[id^=input-685HTM]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HTM-735-SRF30BLK]").length === 0)
{
jQuery("[id^=note-685HTM]").append("
(N/A with 735-SRF30BLK - Bow Canvas Sky Shade - Black)");
}
jQuery("[id^=input-685HTM]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685HTM]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTM-735-SRF30BLK]").remove();
jQuery("[id^=input-685HTM]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685HTM]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-735-SRF30BLK");
//alert(jQuery("[id^=input-735-SRF30BLK]").attr("title"));
//alert(jQuery("[id^=input-735-SRF30BLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-735-SRF30BLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-735-SRF30BLK").prop("checked"))
{
jQuery("#input-735-SRF30BLK").removeAttr("checked").change();
}
//console.log("if of reverse input-735-SRF30BLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-735-SRF30BLK-685HTM]").length === 0)
{
jQuery("#note-735-SRF30BLK").append("
(N/A with 685HTM )");
}
jQuery("[id^=input-735-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-735-SRF30BLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-735-SRF30BLK-685HTM]").remove();
jQuery("[id^=input-735-SRF30BLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-735-SRF30WHT").change(function(){
if(jQuery("#input-735-SRF30WHT").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-752]");
//alert(jQuery("[id^=input-752]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-752]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-752]").prop("checked"))
{
jQuery("[id^=input-752]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752-735-SRF30WHT]").length === 0)
{
jQuery("[id^=note-752]").append("
(N/A with 735-SRF30WHT - Bow Canvas Sky Shade - White)");
}
jQuery("[id^=input-752]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-752]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752-735-SRF30WHT]").remove();
jQuery("[id^=input-752]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-752]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-735-SRF30WHT");
//alert(jQuery("[id^=input-735-SRF30WHT]").attr("title"));
//alert(jQuery("[id^=input-735-SRF30WHT]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-735-SRF30WHT").prop("disabled", true);
// determine if checked
if(jQuery("#input-735-SRF30WHT").prop("checked"))
{
jQuery("#input-735-SRF30WHT").removeAttr("checked").change();
}
//console.log("if of reverse input-735-SRF30WHT");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-735-SRF30WHT-752]").length === 0)
{
jQuery("#note-735-SRF30WHT").append("
(N/A with 752 )");
}
jQuery("[id^=input-735-SRF30WHT]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-735-SRF30WHT").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-735-SRF30WHT-752]").remove();
jQuery("[id^=input-735-SRF30WHT]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-735-SRF30WHT").change(function(){
if(jQuery("#input-735-SRF30WHT").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685HTV]");
//alert(jQuery("[id^=input-685HTV]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685HTV]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685HTV]").prop("checked"))
{
jQuery("[id^=input-685HTV]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HTV-735-SRF30WHT]").length === 0)
{
jQuery("[id^=note-685HTV]").append("
(N/A with 735-SRF30WHT - Bow Canvas Sky Shade - White)");
}
jQuery("[id^=input-685HTV]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685HTV]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTV-735-SRF30WHT]").remove();
jQuery("[id^=input-685HTV]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685HTV]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-735-SRF30WHT");
//alert(jQuery("[id^=input-735-SRF30WHT]").attr("title"));
//alert(jQuery("[id^=input-735-SRF30WHT]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-735-SRF30WHT").prop("disabled", true);
// determine if checked
if(jQuery("#input-735-SRF30WHT").prop("checked"))
{
jQuery("#input-735-SRF30WHT").removeAttr("checked").change();
}
//console.log("if of reverse input-735-SRF30WHT");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-735-SRF30WHT-685HTV]").length === 0)
{
jQuery("#note-735-SRF30WHT").append("
(N/A with 685HTV )");
}
jQuery("[id^=input-735-SRF30WHT]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-735-SRF30WHT").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-735-SRF30WHT-685HTV]").remove();
jQuery("[id^=input-735-SRF30WHT]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-735-SRF30WHT").change(function(){
if(jQuery("#input-735-SRF30WHT").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685HTM]");
//alert(jQuery("[id^=input-685HTM]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685HTM]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685HTM]").prop("checked"))
{
jQuery("[id^=input-685HTM]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HTM-735-SRF30WHT]").length === 0)
{
jQuery("[id^=note-685HTM]").append("
(N/A with 735-SRF30WHT - Bow Canvas Sky Shade - White)");
}
jQuery("[id^=input-685HTM]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685HTM]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTM-735-SRF30WHT]").remove();
jQuery("[id^=input-685HTM]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685HTM]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-735-SRF30WHT");
//alert(jQuery("[id^=input-735-SRF30WHT]").attr("title"));
//alert(jQuery("[id^=input-735-SRF30WHT]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-735-SRF30WHT").prop("disabled", true);
// determine if checked
if(jQuery("#input-735-SRF30WHT").prop("checked"))
{
jQuery("#input-735-SRF30WHT").removeAttr("checked").change();
}
//console.log("if of reverse input-735-SRF30WHT");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-735-SRF30WHT-685HTM]").length === 0)
{
jQuery("#note-735-SRF30WHT").append("
(N/A with 685HTM )");
}
jQuery("[id^=input-735-SRF30WHT]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-735-SRF30WHT").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-735-SRF30WHT-685HTM]").remove();
jQuery("[id^=input-735-SRF30WHT]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557HT-SRF30BLK").change(function(){
if(jQuery("#input-557HT-SRF30BLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685M]");
//alert(jQuery("[id^=input-685M]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685M]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685M]").prop("checked"))
{
jQuery("[id^=input-685M]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685M-557HT-SRF30BLK]").length === 0)
{
jQuery("[id^=note-685M]").append("
(N/A with 557HT-SRF30BLK - Cockpit and Bow Cover)");
}
jQuery("[id^=input-685M]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685M]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-557HT-SRF30BLK]").remove();
jQuery("[id^=input-685M]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685M]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557HT-SRF30BLK");
//alert(jQuery("[id^=input-557HT-SRF30BLK]").attr("title"));
//alert(jQuery("[id^=input-557HT-SRF30BLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557HT-SRF30BLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-557HT-SRF30BLK").prop("checked"))
{
jQuery("#input-557HT-SRF30BLK").removeAttr("checked").change();
}
//console.log("if of reverse input-557HT-SRF30BLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557HT-SRF30BLK-685M]").length === 0)
{
jQuery("#note-557HT-SRF30BLK").append("
(N/A with 685M )");
}
jQuery("[id^=input-557HT-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557HT-SRF30BLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557HT-SRF30BLK-685M]").remove();
jQuery("[id^=input-557HT-SRF30BLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557HT-SRF30BLK").change(function(){
if(jQuery("#input-557HT-SRF30BLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685V]");
//alert(jQuery("[id^=input-685V]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685V]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685V]").prop("checked"))
{
jQuery("[id^=input-685V]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685V-557HT-SRF30BLK]").length === 0)
{
jQuery("[id^=note-685V]").append("
(N/A with 557HT-SRF30BLK - Cockpit and Bow Cover)");
}
jQuery("[id^=input-685V]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685V]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-557HT-SRF30BLK]").remove();
jQuery("[id^=input-685V]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685V]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557HT-SRF30BLK");
//alert(jQuery("[id^=input-557HT-SRF30BLK]").attr("title"));
//alert(jQuery("[id^=input-557HT-SRF30BLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557HT-SRF30BLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-557HT-SRF30BLK").prop("checked"))
{
jQuery("#input-557HT-SRF30BLK").removeAttr("checked").change();
}
//console.log("if of reverse input-557HT-SRF30BLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557HT-SRF30BLK-685V]").length === 0)
{
jQuery("#note-557HT-SRF30BLK").append("
(N/A with 685V )");
}
jQuery("[id^=input-557HT-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557HT-SRF30BLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557HT-SRF30BLK-685V]").remove();
jQuery("[id^=input-557HT-SRF30BLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557HT-SRF30BLU").change(function(){
if(jQuery("#input-557HT-SRF30BLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685M]");
//alert(jQuery("[id^=input-685M]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685M]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685M]").prop("checked"))
{
jQuery("[id^=input-685M]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685M-557HT-SRF30BLU]").length === 0)
{
jQuery("[id^=note-685M]").append("
(N/A with 557HT-SRF30BLU - Cockpit and Bow Cover)");
}
jQuery("[id^=input-685M]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685M]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-557HT-SRF30BLU]").remove();
jQuery("[id^=input-685M]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685M]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557HT-SRF30BLU");
//alert(jQuery("[id^=input-557HT-SRF30BLU]").attr("title"));
//alert(jQuery("[id^=input-557HT-SRF30BLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557HT-SRF30BLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-557HT-SRF30BLU").prop("checked"))
{
jQuery("#input-557HT-SRF30BLU").removeAttr("checked").change();
}
//console.log("if of reverse input-557HT-SRF30BLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557HT-SRF30BLU-685M]").length === 0)
{
jQuery("#note-557HT-SRF30BLU").append("
(N/A with 685M )");
}
jQuery("[id^=input-557HT-SRF30BLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557HT-SRF30BLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557HT-SRF30BLU-685M]").remove();
jQuery("[id^=input-557HT-SRF30BLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557HT-SRF30BLU").change(function(){
if(jQuery("#input-557HT-SRF30BLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685V]");
//alert(jQuery("[id^=input-685V]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685V]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685V]").prop("checked"))
{
jQuery("[id^=input-685V]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685V-557HT-SRF30BLU]").length === 0)
{
jQuery("[id^=note-685V]").append("
(N/A with 557HT-SRF30BLU - Cockpit and Bow Cover)");
}
jQuery("[id^=input-685V]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685V]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-557HT-SRF30BLU]").remove();
jQuery("[id^=input-685V]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685V]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557HT-SRF30BLU");
//alert(jQuery("[id^=input-557HT-SRF30BLU]").attr("title"));
//alert(jQuery("[id^=input-557HT-SRF30BLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557HT-SRF30BLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-557HT-SRF30BLU").prop("checked"))
{
jQuery("#input-557HT-SRF30BLU").removeAttr("checked").change();
}
//console.log("if of reverse input-557HT-SRF30BLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557HT-SRF30BLU-685V]").length === 0)
{
jQuery("#note-557HT-SRF30BLU").append("
(N/A with 685V )");
}
jQuery("[id^=input-557HT-SRF30BLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557HT-SRF30BLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557HT-SRF30BLU-685V]").remove();
jQuery("[id^=input-557HT-SRF30BLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557HT-SRF30SBL").change(function(){
if(jQuery("#input-557HT-SRF30SBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685M]");
//alert(jQuery("[id^=input-685M]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685M]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685M]").prop("checked"))
{
jQuery("[id^=input-685M]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685M-557HT-SRF30SBL]").length === 0)
{
jQuery("[id^=note-685M]").append("
(N/A with 557HT-SRF30SBL - Cockpit and Bow Cover)");
}
jQuery("[id^=input-685M]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685M]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-557HT-SRF30SBL]").remove();
jQuery("[id^=input-685M]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685M]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557HT-SRF30SBL");
//alert(jQuery("[id^=input-557HT-SRF30SBL]").attr("title"));
//alert(jQuery("[id^=input-557HT-SRF30SBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557HT-SRF30SBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-557HT-SRF30SBL").prop("checked"))
{
jQuery("#input-557HT-SRF30SBL").removeAttr("checked").change();
}
//console.log("if of reverse input-557HT-SRF30SBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557HT-SRF30SBL-685M]").length === 0)
{
jQuery("#note-557HT-SRF30SBL").append("
(N/A with 685M )");
}
jQuery("[id^=input-557HT-SRF30SBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557HT-SRF30SBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557HT-SRF30SBL-685M]").remove();
jQuery("[id^=input-557HT-SRF30SBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557HT-SRF30SBL").change(function(){
if(jQuery("#input-557HT-SRF30SBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685V]");
//alert(jQuery("[id^=input-685V]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685V]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685V]").prop("checked"))
{
jQuery("[id^=input-685V]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685V-557HT-SRF30SBL]").length === 0)
{
jQuery("[id^=note-685V]").append("
(N/A with 557HT-SRF30SBL - Cockpit and Bow Cover)");
}
jQuery("[id^=input-685V]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685V]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-557HT-SRF30SBL]").remove();
jQuery("[id^=input-685V]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685V]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557HT-SRF30SBL");
//alert(jQuery("[id^=input-557HT-SRF30SBL]").attr("title"));
//alert(jQuery("[id^=input-557HT-SRF30SBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557HT-SRF30SBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-557HT-SRF30SBL").prop("checked"))
{
jQuery("#input-557HT-SRF30SBL").removeAttr("checked").change();
}
//console.log("if of reverse input-557HT-SRF30SBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557HT-SRF30SBL-685V]").length === 0)
{
jQuery("#note-557HT-SRF30SBL").append("
(N/A with 685V )");
}
jQuery("[id^=input-557HT-SRF30SBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557HT-SRF30SBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557HT-SRF30SBL-685V]").remove();
jQuery("[id^=input-557HT-SRF30SBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557RA-SRF30BLU").change(function(){
if(jQuery("#input-557RA-SRF30BLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-752]");
//alert(jQuery("[id^=input-752]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-752]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-752]").prop("checked"))
{
jQuery("[id^=input-752]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752-557RA-SRF30BLU]").length === 0)
{
jQuery("[id^=note-752]").append("
(N/A with 557RA-SRF30BLU - Cockpit and Bow Cover)");
}
jQuery("[id^=input-752]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-752]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752-557RA-SRF30BLU]").remove();
jQuery("[id^=input-752]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-752]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557RA-SRF30BLU");
//alert(jQuery("[id^=input-557RA-SRF30BLU]").attr("title"));
//alert(jQuery("[id^=input-557RA-SRF30BLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557RA-SRF30BLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-557RA-SRF30BLU").prop("checked"))
{
jQuery("#input-557RA-SRF30BLU").removeAttr("checked").change();
}
//console.log("if of reverse input-557RA-SRF30BLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557RA-SRF30BLU-752]").length === 0)
{
jQuery("#note-557RA-SRF30BLU").append("
(N/A with 752 )");
}
jQuery("[id^=input-557RA-SRF30BLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557RA-SRF30BLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557RA-SRF30BLU-752]").remove();
jQuery("[id^=input-557RA-SRF30BLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557RA-SRF30BLU").change(function(){
if(jQuery("#input-557RA-SRF30BLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685H]");
//alert(jQuery("[id^=input-685H]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685H]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685H]").prop("checked"))
{
jQuery("[id^=input-685H]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685H-557RA-SRF30BLU]").length === 0)
{
jQuery("[id^=note-685H]").append("
(N/A with 557RA-SRF30BLU - Cockpit and Bow Cover)");
}
jQuery("[id^=input-685H]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685H]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685H-557RA-SRF30BLU]").remove();
jQuery("[id^=input-685H]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685H]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557RA-SRF30BLU");
//alert(jQuery("[id^=input-557RA-SRF30BLU]").attr("title"));
//alert(jQuery("[id^=input-557RA-SRF30BLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557RA-SRF30BLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-557RA-SRF30BLU").prop("checked"))
{
jQuery("#input-557RA-SRF30BLU").removeAttr("checked").change();
}
//console.log("if of reverse input-557RA-SRF30BLU");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557RA-SRF30BLU-685H]").length === 0)
{
jQuery("#note-557RA-SRF30BLU").append("
(N/A with 685H )");
}
jQuery("[id^=input-557RA-SRF30BLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557RA-SRF30BLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557RA-SRF30BLU-685H]").remove();
jQuery("[id^=input-557RA-SRF30BLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557RA-SRF30BLK").change(function(){
if(jQuery("#input-557RA-SRF30BLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-752]");
//alert(jQuery("[id^=input-752]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-752]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-752]").prop("checked"))
{
jQuery("[id^=input-752]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752-557RA-SRF30BLK]").length === 0)
{
jQuery("[id^=note-752]").append("
(N/A with 557RA-SRF30BLK - Cockpit and Bow Cover)");
}
jQuery("[id^=input-752]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-752]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752-557RA-SRF30BLK]").remove();
jQuery("[id^=input-752]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-752]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557RA-SRF30BLK");
//alert(jQuery("[id^=input-557RA-SRF30BLK]").attr("title"));
//alert(jQuery("[id^=input-557RA-SRF30BLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557RA-SRF30BLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-557RA-SRF30BLK").prop("checked"))
{
jQuery("#input-557RA-SRF30BLK").removeAttr("checked").change();
}
//console.log("if of reverse input-557RA-SRF30BLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557RA-SRF30BLK-752]").length === 0)
{
jQuery("#note-557RA-SRF30BLK").append("
(N/A with 752 )");
}
jQuery("[id^=input-557RA-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557RA-SRF30BLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557RA-SRF30BLK-752]").remove();
jQuery("[id^=input-557RA-SRF30BLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557RA-SRF30BLK").change(function(){
if(jQuery("#input-557RA-SRF30BLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685H]");
//alert(jQuery("[id^=input-685H]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685H]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685H]").prop("checked"))
{
jQuery("[id^=input-685H]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685H-557RA-SRF30BLK]").length === 0)
{
jQuery("[id^=note-685H]").append("
(N/A with 557RA-SRF30BLK - Cockpit and Bow Cover)");
}
jQuery("[id^=input-685H]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685H]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685H-557RA-SRF30BLK]").remove();
jQuery("[id^=input-685H]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685H]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557RA-SRF30BLK");
//alert(jQuery("[id^=input-557RA-SRF30BLK]").attr("title"));
//alert(jQuery("[id^=input-557RA-SRF30BLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557RA-SRF30BLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-557RA-SRF30BLK").prop("checked"))
{
jQuery("#input-557RA-SRF30BLK").removeAttr("checked").change();
}
//console.log("if of reverse input-557RA-SRF30BLK");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557RA-SRF30BLK-685H]").length === 0)
{
jQuery("#note-557RA-SRF30BLK").append("
(N/A with 685H )");
}
jQuery("[id^=input-557RA-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557RA-SRF30BLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557RA-SRF30BLK-685H]").remove();
jQuery("[id^=input-557RA-SRF30BLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557RA-SRF30SBL").change(function(){
if(jQuery("#input-557RA-SRF30SBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-752]");
//alert(jQuery("[id^=input-752]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-752]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-752]").prop("checked"))
{
jQuery("[id^=input-752]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752-557RA-SRF30SBL]").length === 0)
{
jQuery("[id^=note-752]").append("
(N/A with 557RA-SRF30SBL - Cockpit and Bow Cover)");
}
jQuery("[id^=input-752]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-752]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752-557RA-SRF30SBL]").remove();
jQuery("[id^=input-752]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-752]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557RA-SRF30SBL");
//alert(jQuery("[id^=input-557RA-SRF30SBL]").attr("title"));
//alert(jQuery("[id^=input-557RA-SRF30SBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557RA-SRF30SBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-557RA-SRF30SBL").prop("checked"))
{
jQuery("#input-557RA-SRF30SBL").removeAttr("checked").change();
}
//console.log("if of reverse input-557RA-SRF30SBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557RA-SRF30SBL-752]").length === 0)
{
jQuery("#note-557RA-SRF30SBL").append("
(N/A with 752 )");
}
jQuery("[id^=input-557RA-SRF30SBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557RA-SRF30SBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557RA-SRF30SBL-752]").remove();
jQuery("[id^=input-557RA-SRF30SBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-557RA-SRF30SBL").change(function(){
if(jQuery("#input-557RA-SRF30SBL").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685H]");
//alert(jQuery("[id^=input-685H]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685H]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685H]").prop("checked"))
{
jQuery("[id^=input-685H]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685H-557RA-SRF30SBL]").length === 0)
{
jQuery("[id^=note-685H]").append("
(N/A with 557RA-SRF30SBL - Cockpit and Bow Cover)");
}
jQuery("[id^=input-685H]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685H]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685H-557RA-SRF30SBL]").remove();
jQuery("[id^=input-685H]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685H]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-557RA-SRF30SBL");
//alert(jQuery("[id^=input-557RA-SRF30SBL]").attr("title"));
//alert(jQuery("[id^=input-557RA-SRF30SBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-557RA-SRF30SBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-557RA-SRF30SBL").prop("checked"))
{
jQuery("#input-557RA-SRF30SBL").removeAttr("checked").change();
}
//console.log("if of reverse input-557RA-SRF30SBL");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-557RA-SRF30SBL-685H]").length === 0)
{
jQuery("#note-557RA-SRF30SBL").append("
(N/A with 685H )");
}
jQuery("[id^=input-557RA-SRF30SBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-557RA-SRF30SBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-557RA-SRF30SBL-685H]").remove();
jQuery("[id^=input-557RA-SRF30SBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685M-SRF30").change(function(){
if(jQuery("#input-685M-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-752]");
//alert(jQuery("[id^=input-752]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-752]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-752]").prop("checked"))
{
jQuery("[id^=input-752]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752-685M-SRF30]").length === 0)
{
jQuery("[id^=note-752]").append("
(N/A with 685M-SRF30 - Black Edition Package)");
}
jQuery("[id^=input-752]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-752]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752-685M-SRF30]").remove();
jQuery("[id^=input-752]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-752]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685M-SRF30");
//alert(jQuery("[id^=input-685M-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685M-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685M-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685M-SRF30").prop("checked"))
{
jQuery("#input-685M-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685M-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685M-SRF30-752]").length === 0)
{
jQuery("#note-685M-SRF30").append("
(N/A with 752 )");
}
jQuery("[id^=input-685M-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685M-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-SRF30-752]").remove();
jQuery("[id^=input-685M-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685M-SRF30").change(function(){
if(jQuery("#input-685M-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950]");
//alert(jQuery("[id^=input-950]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950]").prop("checked"))
{
jQuery("[id^=input-950]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-950-685M-SRF30]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685M-SRF30 - Black Edition Package)");
}
jQuery("[id^=input-950]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-685M-SRF30]").remove();
jQuery("[id^=input-950]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685M-SRF30");
//alert(jQuery("[id^=input-685M-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685M-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685M-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685M-SRF30").prop("checked"))
{
jQuery("#input-685M-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685M-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685M-SRF30-950]").length === 0)
{
jQuery("#note-685M-SRF30").append("
(N/A with 950 )");
}
jQuery("[id^=input-685M-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685M-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-SRF30-950]").remove();
jQuery("[id^=input-685M-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685M-SRF30").change(function(){
if(jQuery("#input-685M-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-951]");
//alert(jQuery("[id^=input-951]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-951]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-951]").prop("checked"))
{
jQuery("[id^=input-951]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-685M-SRF30]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685M-SRF30 - Black Edition Package)");
}
jQuery("[id^=input-951]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-951]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-685M-SRF30]").remove();
jQuery("[id^=input-951]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-951]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685M-SRF30");
//alert(jQuery("[id^=input-685M-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685M-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685M-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685M-SRF30").prop("checked"))
{
jQuery("#input-685M-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685M-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685M-SRF30-951]").length === 0)
{
jQuery("#note-685M-SRF30").append("
(N/A with 951 )");
}
jQuery("[id^=input-685M-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685M-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-SRF30-951]").remove();
jQuery("[id^=input-685M-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685V-SRF30").change(function(){
if(jQuery("#input-685V-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-752]");
//alert(jQuery("[id^=input-752]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-752]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-752]").prop("checked"))
{
jQuery("[id^=input-752]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752-685V-SRF30]").length === 0)
{
jQuery("[id^=note-752]").append("
(N/A with 685V-SRF30 - Black Edition Package)");
}
jQuery("[id^=input-752]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-752]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752-685V-SRF30]").remove();
jQuery("[id^=input-752]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-752]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685V-SRF30");
//alert(jQuery("[id^=input-685V-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685V-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685V-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685V-SRF30").prop("checked"))
{
jQuery("#input-685V-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685V-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685V-SRF30-752]").length === 0)
{
jQuery("#note-685V-SRF30").append("
(N/A with 752 )");
}
jQuery("[id^=input-685V-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685V-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-SRF30-752]").remove();
jQuery("[id^=input-685V-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685V-SRF30").change(function(){
if(jQuery("#input-685V-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950]");
//alert(jQuery("[id^=input-950]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950]").prop("checked"))
{
jQuery("[id^=input-950]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-950-685V-SRF30]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685V-SRF30 - Black Edition Package)");
}
jQuery("[id^=input-950]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-685V-SRF30]").remove();
jQuery("[id^=input-950]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685V-SRF30");
//alert(jQuery("[id^=input-685V-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685V-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685V-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685V-SRF30").prop("checked"))
{
jQuery("#input-685V-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685V-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685V-SRF30-950]").length === 0)
{
jQuery("#note-685V-SRF30").append("
(N/A with 950 )");
}
jQuery("[id^=input-685V-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685V-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-SRF30-950]").remove();
jQuery("[id^=input-685V-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685V-SRF30").change(function(){
if(jQuery("#input-685V-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-951]");
//alert(jQuery("[id^=input-951]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-951]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-951]").prop("checked"))
{
jQuery("[id^=input-951]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-685V-SRF30]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685V-SRF30 - Black Edition Package)");
}
jQuery("[id^=input-951]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-951]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-685V-SRF30]").remove();
jQuery("[id^=input-951]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-951]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685V-SRF30");
//alert(jQuery("[id^=input-685V-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685V-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685V-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685V-SRF30").prop("checked"))
{
jQuery("#input-685V-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685V-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685V-SRF30-951]").length === 0)
{
jQuery("#note-685V-SRF30").append("
(N/A with 951 )");
}
jQuery("[id^=input-685V-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685V-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-SRF30-951]").remove();
jQuery("[id^=input-685V-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTM-SRF30").change(function(){
if(jQuery("#input-685HTM-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950]");
//alert(jQuery("[id^=input-950]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950]").prop("checked"))
{
jQuery("[id^=input-950]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-950-685HTM-SRF30]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685HTM-SRF30 - Black Edition Hardtop Package)");
}
jQuery("[id^=input-950]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-685HTM-SRF30]").remove();
jQuery("[id^=input-950]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685HTM-SRF30");
//alert(jQuery("[id^=input-685HTM-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685HTM-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTM-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTM-SRF30").prop("checked"))
{
jQuery("#input-685HTM-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTM-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HTM-SRF30-950]").length === 0)
{
jQuery("#note-685HTM-SRF30").append("
(N/A with 950 )");
}
jQuery("[id^=input-685HTM-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTM-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTM-SRF30-950]").remove();
jQuery("[id^=input-685HTM-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTM-SRF30").change(function(){
if(jQuery("#input-685HTM-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-951]");
//alert(jQuery("[id^=input-951]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-951]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-951]").prop("checked"))
{
jQuery("[id^=input-951]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-685HTM-SRF30]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685HTM-SRF30 - Black Edition Hardtop Package)");
}
jQuery("[id^=input-951]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-951]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-685HTM-SRF30]").remove();
jQuery("[id^=input-951]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-951]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685HTM-SRF30");
//alert(jQuery("[id^=input-685HTM-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685HTM-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTM-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTM-SRF30").prop("checked"))
{
jQuery("#input-685HTM-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTM-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HTM-SRF30-951]").length === 0)
{
jQuery("#note-685HTM-SRF30").append("
(N/A with 951 )");
}
jQuery("[id^=input-685HTM-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTM-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTM-SRF30-951]").remove();
jQuery("[id^=input-685HTM-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTM-SRF30").change(function(){
if(jQuery("#input-685HTM-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-562]");
//alert(jQuery("[id^=input-562]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-562]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-562]").prop("checked"))
{
jQuery("[id^=input-562]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-562-685HTM-SRF30]").length === 0)
{
jQuery("[id^=note-562]").append("
(N/A with 685HTM-SRF30 - Black Edition Hardtop Package)");
}
jQuery("[id^=input-562]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-562]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-685HTM-SRF30]").remove();
jQuery("[id^=input-562]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-562]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685HTM-SRF30");
//alert(jQuery("[id^=input-685HTM-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685HTM-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTM-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTM-SRF30").prop("checked"))
{
jQuery("#input-685HTM-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTM-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HTM-SRF30-562]").length === 0)
{
jQuery("#note-685HTM-SRF30").append("
(N/A with 562 )");
}
jQuery("[id^=input-685HTM-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTM-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTM-SRF30-562]").remove();
jQuery("[id^=input-685HTM-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTV-SRF30").change(function(){
if(jQuery("#input-685HTV-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950]");
//alert(jQuery("[id^=input-950]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950]").prop("checked"))
{
jQuery("[id^=input-950]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-950-685HTV-SRF30]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685HTV-SRF30 - Black Edition Hardtop Package)");
}
jQuery("[id^=input-950]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-685HTV-SRF30]").remove();
jQuery("[id^=input-950]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685HTV-SRF30");
//alert(jQuery("[id^=input-685HTV-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685HTV-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTV-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTV-SRF30").prop("checked"))
{
jQuery("#input-685HTV-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTV-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HTV-SRF30-950]").length === 0)
{
jQuery("#note-685HTV-SRF30").append("
(N/A with 950 )");
}
jQuery("[id^=input-685HTV-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTV-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTV-SRF30-950]").remove();
jQuery("[id^=input-685HTV-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTV-SRF30").change(function(){
if(jQuery("#input-685HTV-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-951]");
//alert(jQuery("[id^=input-951]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-951]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-951]").prop("checked"))
{
jQuery("[id^=input-951]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-951-685HTV-SRF30]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685HTV-SRF30 - Black Edition Hardtop Package)");
}
jQuery("[id^=input-951]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-951]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-685HTV-SRF30]").remove();
jQuery("[id^=input-951]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-951]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685HTV-SRF30");
//alert(jQuery("[id^=input-685HTV-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685HTV-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTV-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTV-SRF30").prop("checked"))
{
jQuery("#input-685HTV-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTV-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HTV-SRF30-951]").length === 0)
{
jQuery("#note-685HTV-SRF30").append("
(N/A with 951 )");
}
jQuery("[id^=input-685HTV-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTV-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTV-SRF30-951]").remove();
jQuery("[id^=input-685HTV-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTV-SRF30").change(function(){
if(jQuery("#input-685HTV-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-562]");
//alert(jQuery("[id^=input-562]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-562]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-562]").prop("checked"))
{
jQuery("[id^=input-562]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-562-685HTV-SRF30]").length === 0)
{
jQuery("[id^=note-562]").append("
(N/A with 685HTV-SRF30 - Black Edition Hardtop Package)");
}
jQuery("[id^=input-562]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-562]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-685HTV-SRF30]").remove();
jQuery("[id^=input-562]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-562]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-685HTV-SRF30");
//alert(jQuery("[id^=input-685HTV-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685HTV-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTV-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTV-SRF30").prop("checked"))
{
jQuery("#input-685HTV-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTV-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HTV-SRF30-562]").length === 0)
{
jQuery("#note-685HTV-SRF30").append("
(N/A with 562 )");
}
jQuery("[id^=input-685HTV-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTV-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTV-SRF30-562]").remove();
jQuery("[id^=input-685HTV-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-512-SRF30").change(function(){
if(jQuery("#input-512-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-638]");
//alert(jQuery("[id^=input-638]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-638]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-638]").prop("checked"))
{
jQuery("[id^=input-638]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-638-512-SRF30]").length === 0)
{
jQuery("[id^=note-638]").append("
(N/A with 512-SRF30 - JL Audio Sound System Upgrade)");
}
jQuery("[id^=input-638]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-638]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-638-512-SRF30]").remove();
jQuery("[id^=input-638]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-638]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-512-SRF30");
//alert(jQuery("[id^=input-512-SRF30]").attr("title"));
//alert(jQuery("[id^=input-512-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-512-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-512-SRF30").prop("checked"))
{
jQuery("#input-512-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-512-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-512-SRF30-638]").length === 0)
{
jQuery("#note-512-SRF30").append("
(N/A with 638 )");
}
jQuery("[id^=input-512-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-512-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-512-SRF30-638]").remove();
jQuery("[id^=input-512-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-713W-SRF30").change(function(){
if(jQuery("#input-713W-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-752]");
//alert(jQuery("[id^=input-752]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-752]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-752]").prop("checked"))
{
jQuery("[id^=input-752]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752-713W-SRF30]").length === 0)
{
jQuery("[id^=note-752]").append("
(N/A with 713W-SRF30 - Tower Speakers (2))");
}
jQuery("[id^=input-752]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-752]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752-713W-SRF30]").remove();
jQuery("[id^=input-752]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-752]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-713W-SRF30");
//alert(jQuery("[id^=input-713W-SRF30]").attr("title"));
//alert(jQuery("[id^=input-713W-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-713W-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-713W-SRF30").prop("checked"))
{
jQuery("#input-713W-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-713W-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-713W-SRF30-752]").length === 0)
{
jQuery("#note-713W-SRF30").append("
(N/A with 752 )");
}
jQuery("[id^=input-713W-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-713W-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-713W-SRF30-752]").remove();
jQuery("[id^=input-713W-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-713W-SRF30").change(function(){
if(jQuery("#input-713W-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-767B]");
//alert(jQuery("[id^=input-767B]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-767B]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-767B]").prop("checked"))
{
jQuery("[id^=input-767B]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-767B-713W-SRF30]").length === 0)
{
jQuery("[id^=note-767B]").append("
(N/A with 713W-SRF30 - Tower Speakers (2))");
}
jQuery("[id^=input-767B]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-767B]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-767B-713W-SRF30]").remove();
jQuery("[id^=input-767B]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-767B]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-713W-SRF30");
//alert(jQuery("[id^=input-713W-SRF30]").attr("title"));
//alert(jQuery("[id^=input-713W-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-713W-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-713W-SRF30").prop("checked"))
{
jQuery("#input-713W-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-713W-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-713W-SRF30-767B]").length === 0)
{
jQuery("#note-713W-SRF30").append("
(N/A with 767B )");
}
jQuery("[id^=input-713W-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-713W-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-713W-SRF30-767B]").remove();
jQuery("[id^=input-713W-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-713W-SRF30").change(function(){
if(jQuery("#input-713W-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-713W-SRF30]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 713W-SRF30 - Tower Speakers (2))");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-713W-SRF30]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-713W-SRF30");
//alert(jQuery("[id^=input-713W-SRF30]").attr("title"));
//alert(jQuery("[id^=input-713W-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-713W-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-713W-SRF30").prop("checked"))
{
jQuery("#input-713W-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-713W-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-713W-SRF30-685]").length === 0)
{
jQuery("#note-713W-SRF30").append("
(N/A with 685 )");
}
jQuery("[id^=input-713W-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-713W-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-713W-SRF30-685]").remove();
jQuery("[id^=input-713W-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-713B-SRF30").change(function(){
if(jQuery("#input-713B-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-752]");
//alert(jQuery("[id^=input-752]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-752]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-752]").prop("checked"))
{
jQuery("[id^=input-752]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752-713B-SRF30]").length === 0)
{
jQuery("[id^=note-752]").append("
(N/A with 713B-SRF30 - Tower Speakers (2))");
}
jQuery("[id^=input-752]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-752]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752-713B-SRF30]").remove();
jQuery("[id^=input-752]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-752]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-713B-SRF30");
//alert(jQuery("[id^=input-713B-SRF30]").attr("title"));
//alert(jQuery("[id^=input-713B-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-713B-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-713B-SRF30").prop("checked"))
{
jQuery("#input-713B-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-713B-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-713B-SRF30-752]").length === 0)
{
jQuery("#note-713B-SRF30").append("
(N/A with 752 )");
}
jQuery("[id^=input-713B-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-713B-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-713B-SRF30-752]").remove();
jQuery("[id^=input-713B-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-713B-SRF30").change(function(){
if(jQuery("#input-713B-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685H]");
//alert(jQuery("[id^=input-685H]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685H]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685H]").prop("checked"))
{
jQuery("[id^=input-685H]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685H-713B-SRF30]").length === 0)
{
jQuery("[id^=note-685H]").append("
(N/A with 713B-SRF30 - Tower Speakers (2))");
}
jQuery("[id^=input-685H]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685H]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685H-713B-SRF30]").remove();
jQuery("[id^=input-685H]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685H]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-713B-SRF30");
//alert(jQuery("[id^=input-713B-SRF30]").attr("title"));
//alert(jQuery("[id^=input-713B-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-713B-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-713B-SRF30").prop("checked"))
{
jQuery("#input-713B-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-713B-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-713B-SRF30-685H]").length === 0)
{
jQuery("#note-713B-SRF30").append("
(N/A with 685H )");
}
jQuery("[id^=input-713B-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-713B-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-713B-SRF30-685H]").remove();
jQuery("[id^=input-713B-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704S-SRF30").change(function(){
if(jQuery("#input-704S-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592ID]");
//alert(jQuery("[id^=input-592ID]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592ID]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592ID]").prop("checked"))
{
jQuery("[id^=input-592ID]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-592ID-704S-SRF30]").length === 0)
{
jQuery("[id^=note-592ID]").append("
(N/A with 704S-SRF30 - Snap-In Seadek Cockpit Flooring - Slate)");
}
jQuery("[id^=input-592ID]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592ID]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592ID-704S-SRF30]").remove();
jQuery("[id^=input-592ID]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592ID]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704S-SRF30");
//alert(jQuery("[id^=input-704S-SRF30]").attr("title"));
//alert(jQuery("[id^=input-704S-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704S-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-704S-SRF30").prop("checked"))
{
jQuery("#input-704S-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-704S-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704S-SRF30-592ID]").length === 0)
{
jQuery("#note-704S-SRF30").append("
(N/A with 592ID )");
}
jQuery("[id^=input-704S-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704S-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704S-SRF30-592ID]").remove();
jQuery("[id^=input-704S-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704S-SRF30").change(function(){
if(jQuery("#input-704S-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592IC]");
//alert(jQuery("[id^=input-592IC]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592IC]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592IC]").prop("checked"))
{
jQuery("[id^=input-592IC]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-592IC-704S-SRF30]").length === 0)
{
jQuery("[id^=note-592IC]").append("
(N/A with 704S-SRF30 - Snap-In Seadek Cockpit Flooring - Slate)");
}
jQuery("[id^=input-592IC]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592IC]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592IC-704S-SRF30]").remove();
jQuery("[id^=input-592IC]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592IC]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704S-SRF30");
//alert(jQuery("[id^=input-704S-SRF30]").attr("title"));
//alert(jQuery("[id^=input-704S-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704S-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-704S-SRF30").prop("checked"))
{
jQuery("#input-704S-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-704S-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704S-SRF30-592IC]").length === 0)
{
jQuery("#note-704S-SRF30").append("
(N/A with 592IC )");
}
jQuery("[id^=input-704S-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704S-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704S-SRF30-592IC]").remove();
jQuery("[id^=input-704S-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704C-SRF30").change(function(){
if(jQuery("#input-704C-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592IS]");
//alert(jQuery("[id^=input-592IS]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592IS]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592IS]").prop("checked"))
{
jQuery("[id^=input-592IS]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-592IS-704C-SRF30]").length === 0)
{
jQuery("[id^=note-592IS]").append("
(N/A with 704C-SRF30 - Snap-In Seadek Cockpit Flooring - Cayenne)");
}
jQuery("[id^=input-592IS]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592IS]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592IS-704C-SRF30]").remove();
jQuery("[id^=input-592IS]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592IS]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704C-SRF30");
//alert(jQuery("[id^=input-704C-SRF30]").attr("title"));
//alert(jQuery("[id^=input-704C-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704C-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-704C-SRF30").prop("checked"))
{
jQuery("#input-704C-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-704C-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704C-SRF30-592IS]").length === 0)
{
jQuery("#note-704C-SRF30").append("
(N/A with 592IS )");
}
jQuery("[id^=input-704C-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704C-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704C-SRF30-592IS]").remove();
jQuery("[id^=input-704C-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704C-SRF30").change(function(){
if(jQuery("#input-704C-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592ID]");
//alert(jQuery("[id^=input-592ID]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592ID]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592ID]").prop("checked"))
{
jQuery("[id^=input-592ID]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-592ID-704C-SRF30]").length === 0)
{
jQuery("[id^=note-592ID]").append("
(N/A with 704C-SRF30 - Snap-In Seadek Cockpit Flooring - Cayenne)");
}
jQuery("[id^=input-592ID]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592ID]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592ID-704C-SRF30]").remove();
jQuery("[id^=input-592ID]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592ID]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704C-SRF30");
//alert(jQuery("[id^=input-704C-SRF30]").attr("title"));
//alert(jQuery("[id^=input-704C-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704C-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-704C-SRF30").prop("checked"))
{
jQuery("#input-704C-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-704C-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704C-SRF30-592ID]").length === 0)
{
jQuery("#note-704C-SRF30").append("
(N/A with 592ID )");
}
jQuery("[id^=input-704C-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704C-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704C-SRF30-592ID]").remove();
jQuery("[id^=input-704C-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704D-SRF30").change(function(){
if(jQuery("#input-704D-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592IS]");
//alert(jQuery("[id^=input-592IS]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592IS]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592IS]").prop("checked"))
{
jQuery("[id^=input-592IS]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-592IS-704D-SRF30]").length === 0)
{
jQuery("[id^=note-592IS]").append("
(N/A with 704D-SRF30 - Snap-In Seadek Cockpit Flooring - Dune)");
}
jQuery("[id^=input-592IS]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592IS]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592IS-704D-SRF30]").remove();
jQuery("[id^=input-592IS]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592IS]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704D-SRF30");
//alert(jQuery("[id^=input-704D-SRF30]").attr("title"));
//alert(jQuery("[id^=input-704D-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704D-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-704D-SRF30").prop("checked"))
{
jQuery("#input-704D-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-704D-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704D-SRF30-592IS]").length === 0)
{
jQuery("#note-704D-SRF30").append("
(N/A with 592IS )");
}
jQuery("[id^=input-704D-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704D-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704D-SRF30-592IS]").remove();
jQuery("[id^=input-704D-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704D-SRF30").change(function(){
if(jQuery("#input-704D-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592IC]");
//alert(jQuery("[id^=input-592IC]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592IC]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592IC]").prop("checked"))
{
jQuery("[id^=input-592IC]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-592IC-704D-SRF30]").length === 0)
{
jQuery("[id^=note-592IC]").append("
(N/A with 704D-SRF30 - Snap-In Seadek Cockpit Flooring - Dune)");
}
jQuery("[id^=input-592IC]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592IC]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592IC-704D-SRF30]").remove();
jQuery("[id^=input-592IC]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592IC]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704D-SRF30");
//alert(jQuery("[id^=input-704D-SRF30]").attr("title"));
//alert(jQuery("[id^=input-704D-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704D-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-704D-SRF30").prop("checked"))
{
jQuery("#input-704D-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-704D-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704D-SRF30-592IC]").length === 0)
{
jQuery("#note-704D-SRF30").append("
(N/A with 592IC )");
}
jQuery("[id^=input-704D-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704D-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704D-SRF30-592IC]").remove();
jQuery("[id^=input-704D-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-797-SRF30").change(function(){
if(jQuery("#input-797-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-797-SRF30]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 797-SRF30 - Ski Mirror)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-797-SRF30]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-797-SRF30");
//alert(jQuery("[id^=input-797-SRF30]").attr("title"));
//alert(jQuery("[id^=input-797-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-797-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-797-SRF30").prop("checked"))
{
jQuery("#input-797-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-797-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-797-SRF30-685]").length === 0)
{
jQuery("#note-797-SRF30").append("
(N/A with 685 )");
}
jQuery("[id^=input-797-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-797-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-797-SRF30-685]").remove();
jQuery("[id^=input-797-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-796DB-SRF30").change(function(){
if(jQuery("#input-796DB-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685]");
//alert(jQuery("[id^=input-685]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685]").prop("checked"))
{
jQuery("[id^=input-685]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685-796DB-SRF30]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 796DB-SRF30 - Diamondback Board Racks - Swiveling)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-796DB-SRF30]").remove();
jQuery("[id^=input-685]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-796DB-SRF30");
//alert(jQuery("[id^=input-796DB-SRF30]").attr("title"));
//alert(jQuery("[id^=input-796DB-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-796DB-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-796DB-SRF30").prop("checked"))
{
jQuery("#input-796DB-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-796DB-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-796DB-SRF30-685]").length === 0)
{
jQuery("#note-796DB-SRF30").append("
(N/A with 685 )");
}
jQuery("[id^=input-796DB-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-796DB-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-796DB-SRF30-685]").remove();
jQuery("[id^=input-796DB-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-796DB-SRF30").change(function(){
if(jQuery("#input-796DB-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-752]");
//alert(jQuery("[id^=input-752]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-752]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-752]").prop("checked"))
{
jQuery("[id^=input-752]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752-796DB-SRF30]").length === 0)
{
jQuery("[id^=note-752]").append("
(N/A with 796DB-SRF30 - Diamondback Board Racks - Swiveling)");
}
jQuery("[id^=input-752]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-752]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752-796DB-SRF30]").remove();
jQuery("[id^=input-752]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-752]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-796DB-SRF30");
//alert(jQuery("[id^=input-796DB-SRF30]").attr("title"));
//alert(jQuery("[id^=input-796DB-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-796DB-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-796DB-SRF30").prop("checked"))
{
jQuery("#input-796DB-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-796DB-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-796DB-SRF30-752]").length === 0)
{
jQuery("#note-796DB-SRF30").append("
(N/A with 752 )");
}
jQuery("[id^=input-796DB-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-796DB-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-796DB-SRF30-752]").remove();
jQuery("[id^=input-796DB-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-796BE-SRF30").change(function(){
if(jQuery("#input-796BE-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-685HT]");
//alert(jQuery("[id^=input-685HT]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685HT]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685HT]").prop("checked"))
{
jQuery("[id^=input-685HT]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-685HT-796BE-SRF30]").length === 0)
{
jQuery("[id^=note-685HT]").append("
(N/A with 796BE-SRF30 - Diamondback Board Racks Black Edition - Swiveling)");
}
jQuery("[id^=input-685HT]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685HT]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HT-796BE-SRF30]").remove();
jQuery("[id^=input-685HT]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685HT]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-796BE-SRF30");
//alert(jQuery("[id^=input-796BE-SRF30]").attr("title"));
//alert(jQuery("[id^=input-796BE-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-796BE-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-796BE-SRF30").prop("checked"))
{
jQuery("#input-796BE-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-796BE-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-796BE-SRF30-685HT]").length === 0)
{
jQuery("#note-796BE-SRF30").append("
(N/A with 685HT )");
}
jQuery("[id^=input-796BE-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-796BE-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-796BE-SRF30-685HT]").remove();
jQuery("[id^=input-796BE-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-796BE-SRF30").change(function(){
if(jQuery("#input-796BE-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-752]");
//alert(jQuery("[id^=input-752]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-752]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-752]").prop("checked"))
{
jQuery("[id^=input-752]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-752-796BE-SRF30]").length === 0)
{
jQuery("[id^=note-752]").append("
(N/A with 796BE-SRF30 - Diamondback Board Racks Black Edition - Swiveling)");
}
jQuery("[id^=input-752]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-752]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-752-796BE-SRF30]").remove();
jQuery("[id^=input-752]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-752]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-796BE-SRF30");
//alert(jQuery("[id^=input-796BE-SRF30]").attr("title"));
//alert(jQuery("[id^=input-796BE-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-796BE-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-796BE-SRF30").prop("checked"))
{
jQuery("#input-796BE-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-796BE-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-796BE-SRF30-752]").length === 0)
{
jQuery("#note-796BE-SRF30").append("
(N/A with 752 )");
}
jQuery("[id^=input-796BE-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-796BE-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-796BE-SRF30-752]").remove();
jQuery("[id^=input-796BE-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-579-SRF30").change(function(){
if(jQuery("#input-579-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-800]");
//alert(jQuery("[id^=input-800]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-800]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-800]").prop("checked"))
{
jQuery("[id^=input-800]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-800-579-SRF30]").length === 0)
{
jQuery("[id^=note-800]").append("
(N/A with 579-SRF30 - Dual Battery Charger)");
}
jQuery("[id^=input-800]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-800]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-800-579-SRF30]").remove();
jQuery("[id^=input-800]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-800]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-579-SRF30");
//alert(jQuery("[id^=input-579-SRF30]").attr("title"));
//alert(jQuery("[id^=input-579-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-579-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-579-SRF30").prop("checked"))
{
jQuery("#input-579-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-579-SRF30");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-579-SRF30-800]").length === 0)
{
jQuery("#note-579-SRF30").append("
(N/A with 800 )");
}
jQuery("[id^=input-579-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-579-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-579-SRF30-800]").remove();
jQuery("[id^=input-579-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){ jQuery("#input-979-SRF30BE").change(function(){
if(jQuery("#input-979-SRF30BE").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-979-SRF30BE]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-535-979-SRF30BE]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-535]").prop("type") != "radio")
if(jQuery("[id^=input-535]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-535]").prop("disabled", true);
}
else if(jQuery("[id^=input-535]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-535]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-535]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-535]").prop("disabled", false);
}
if(!jQuery("[id^=input-535]").prop("checked")){
jQuery("[id^=input-535]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-535]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-535]").append("
(Required By: 979-SRF30BE-Black Edition Hull)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-979-SRF30BE]").hide();
jQuery("[id^=note-single-required-by-979-SRF30BE]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-535]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-535]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-535-979-SRF30BE]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-535]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-535]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-979-SRF30BE").change(function(){
if(jQuery("#input-979-SRF30BE").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-979-SRF30BE]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-979-SRF30BE]").hide();
jQuery("[id^=note-single-required-by-979-SRF30BE]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-535]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-535]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-535-979-SRF30BE]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-535]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-535]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-BE_HULL").change(function(){
if(jQuery("#input-BE_HULL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-BE_HULL]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-979-BE_HULL]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-979]").prop("type") != "radio")
if(jQuery("[id^=input-979]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-979]").prop("disabled", true);
}
else if(jQuery("[id^=input-979]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-979]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-979]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-979]").prop("disabled", false);
}
if(!jQuery("[id^=input-979]").prop("checked")){
jQuery("[id^=input-979]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-979]").append("
(Required By: BE_HULL-Black Edition Hull Bottom)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-BE_HULL]").hide();
jQuery("[id^=note-single-required-by-BE_HULL]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-BE_HULL]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-979]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-979]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-532-SRF30").change(function(){
if(jQuery("#input-532-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-532-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-592IS-532-SRF30]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-592IS]").prop("type") != "radio")
if(jQuery("[id^=input-592IS]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-592IS]").prop("disabled", true);
}
else if(jQuery("[id^=input-592IS]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-592IS]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-592IS]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-592IS]").prop("disabled", false);
}
if(!jQuery("[id^=input-592IS]").prop("checked")){
jQuery("[id^=input-592IS]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IS]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-592IS]").append("
(Required By: 532-SRF30-Cockpit Interior - Slate)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-532-SRF30]").hide();
jQuery("[id^=note-single-required-by-532-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IS]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-592IS]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-592IS-532-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-592IS]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-592IS]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-778-SRF30").change(function(){
if(jQuery("#input-778-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-778-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-592ID-778-SRF30]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-592ID]").prop("type") != "radio")
if(jQuery("[id^=input-592ID]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-592ID]").prop("disabled", true);
}
else if(jQuery("[id^=input-592ID]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-592ID]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-592ID]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-592ID]").prop("disabled", false);
}
if(!jQuery("[id^=input-592ID]").prop("checked")){
jQuery("[id^=input-592ID]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-592ID]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-592ID]").append("
(Required By: 778-SRF30-Cockpit Interior - Dune)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-778-SRF30]").hide();
jQuery("[id^=note-single-required-by-778-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-592ID]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-592ID]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-592ID-778-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-592ID]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-592ID]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-535-SRF30").change(function(){
if(jQuery("#input-535-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-535-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-535-SRF30]").hide();
jQuery("[id^=note-single-required-by-535-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-592ID]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-592ID]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-592ID-778-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-592ID]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-592ID]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-535-SRF30").change(function(){
if(jQuery("#input-535-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-535-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-979-535-SRF30]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-979]").prop("type") != "radio")
if(jQuery("[id^=input-979]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-979]").prop("disabled", true);
}
else if(jQuery("[id^=input-979]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-979]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-979]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-979]").prop("disabled", false);
}
if(!jQuery("[id^=input-979]").prop("checked")){
jQuery("[id^=input-979]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-979]").append("
(Required By: 535-SRF30-Cockpit Interior - Black Edition)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-535-SRF30]").hide();
jQuery("[id^=note-single-required-by-535-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-535-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-979]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-979]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-638M-SRF30").change(function(){
if(jQuery("#input-638M-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-638M-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-592IC-638M-SRF30]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-592IC]").prop("type") != "radio")
if(jQuery("[id^=input-592IC]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-592IC]").prop("disabled", true);
}
else if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-592IC]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-592IC]").prop("disabled", false);
}
if(!jQuery("[id^=input-592IC]").prop("checked")){
jQuery("[id^=input-592IC]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-592IC]").append("
(Required By: 638M-SRF30-Cockpit Interior - Cayenne)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-638M-SRF30]").hide();
jQuery("[id^=note-single-required-by-638M-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-592IC]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-592IC-638M-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-638V-SRF30").change(function(){
if(jQuery("#input-638V-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-638V-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-592IC-638V-SRF30]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-592IC]").prop("type") != "radio")
if(jQuery("[id^=input-592IC]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-592IC]").prop("disabled", true);
}
else if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-592IC]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-592IC]").prop("disabled", false);
}
if(!jQuery("[id^=input-592IC]").prop("checked")){
jQuery("[id^=input-592IC]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-592IC]").append("
(Required By: 638V-SRF30-Cockpit Interior - Cayenne)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-638V-SRF30]").hide();
jQuery("[id^=note-single-required-by-638V-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-592IC]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-592IC-638V-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-685M-SRF30").change(function(){
if(jQuery("#input-685M-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-685M-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-592IC-685M-SRF30]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-592IC]").prop("type") != "radio")
if(jQuery("[id^=input-592IC]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-592IC]").prop("disabled", true);
}
else if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-592IC]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-592IC]").prop("disabled", false);
}
if(!jQuery("[id^=input-592IC]").prop("checked")){
jQuery("[id^=input-592IC]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-592IC]").append("
(Required By: 685M-SRF30-Black Edition Package)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-685M-SRF30]").hide();
jQuery("[id^=note-single-required-by-685M-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-592IC]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-592IC-685M-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-685V-SRF30").change(function(){
if(jQuery("#input-685V-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-685V-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-592IC-685V-SRF30]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-592IC]").prop("type") != "radio")
if(jQuery("[id^=input-592IC]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-592IC]").prop("disabled", true);
}
else if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-592IC]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-592IC]").prop("disabled", false);
}
if(!jQuery("[id^=input-592IC]").prop("checked")){
jQuery("[id^=input-592IC]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-592IC]").append("
(Required By: 685V-SRF30-Black Edition Package)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-685V-SRF30]").hide();
jQuery("[id^=note-single-required-by-685V-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-592IC]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-592IC-685V-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-685HTM-SRF30").change(function(){
if(jQuery("#input-685HTM-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-685HTM-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-592IC-685HTM-SRF30]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-592IC]").prop("type") != "radio")
if(jQuery("[id^=input-592IC]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-592IC]").prop("disabled", true);
}
else if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-592IC]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-592IC]").prop("disabled", false);
}
if(!jQuery("[id^=input-592IC]").prop("checked")){
jQuery("[id^=input-592IC]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-592IC]").append("
(Required By: 685HTM-SRF30-Black Edition Hardtop Package)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-685HTM-SRF30]").hide();
jQuery("[id^=note-single-required-by-685HTM-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-592IC]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-592IC-685HTM-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-685HTV-SRF30").change(function(){
if(jQuery("#input-685HTV-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-685HTV-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-592IC-685HTV-SRF30]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-592IC]").prop("type") != "radio")
if(jQuery("[id^=input-592IC]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-592IC]").prop("disabled", true);
}
else if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-592IC]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-592IC]").prop("disabled", false);
}
if(!jQuery("[id^=input-592IC]").prop("checked")){
jQuery("[id^=input-592IC]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-592IC]").append("
(Required By: 685HTV-SRF30-Black Edition Hardtop Package)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-685HTV-SRF30]").hide();
jQuery("[id^=note-single-required-by-685HTV-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-592IC]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-592IC-685HTV-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-713W-SRF30").change(function(){
if(jQuery("#input-713W-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-713W-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-713W-SRF30]").hide();
jQuery("[id^=note-single-required-by-713W-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-592IC]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-592IC-685HTV-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-713B-SRF30").change(function(){
if(jQuery("#input-713B-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-713B-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-713B-SRF30]").hide();
jQuery("[id^=note-single-required-by-713B-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-592IC]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-592IC-685HTV-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-704C-SRF30").change(function(){
if(jQuery("#input-704C-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-704C-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-592IC-704C-SRF30]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-592IC]").prop("type") != "radio")
if(jQuery("[id^=input-592IC]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-592IC]").prop("disabled", true);
}
else if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-592IC]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-592IC]").prop("disabled", false);
}
if(!jQuery("[id^=input-592IC]").prop("checked")){
jQuery("[id^=input-592IC]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-592IC]").append("
(Required By: 704C-SRF30-Snap-In Seadek Cockpit Flooring - Cayenne)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-704C-SRF30]").hide();
jQuery("[id^=note-single-required-by-704C-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-592IC]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-592IC-704C-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-592IC-SRF30").change(function(){
if(jQuery("#input-592IC-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-592IC-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-592IC-SRF30]").hide();
jQuery("[id^=note-single-required-by-592IC-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-592IC]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-592IC-704C-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-796BE-SRF30").change(function(){
if(jQuery("#input-796BE-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-796BE-SRF30]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-796BE-SRF30]").hide();
jQuery("[id^=note-single-required-by-796BE-SRF30]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-592IC]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-592IC]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-592IC-704C-SRF30]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-592IC]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-592IC]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){ option_group_data["950-SRF30WHT"] = {}; option_group_data["950-SRF30WHT"]["part_groups"] = new Array();
option_group_data["950-SRF30WHT"]["part_groups"].push("37");
option_group_data["950-SRF30BLK"] = {}; option_group_data["950-SRF30BLK"]["part_groups"] = new Array();
option_group_data["950-SRF30BLK"]["part_groups"].push("31");
option_group_data["950-SRF30BLU"] = {}; option_group_data["950-SRF30BLU"]["part_groups"] = new Array();
option_group_data["950-SRF30BLU"]["part_groups"].push("32");
option_group_data["950-SRF30ALY"] = {}; option_group_data["950-SRF30ALY"]["part_groups"] = new Array();
option_group_data["950-SRF30ALY"]["part_groups"].push("30");
option_group_data["950-SRF30SBL"] = {}; option_group_data["950-SRF30SBL"]["part_groups"] = new Array();
option_group_data["950-SRF30SBL"]["part_groups"].push("33");
option_group_data["950-SRF30ICE"] = {}; option_group_data["950-SRF30ICE"]["part_groups"] = new Array();
option_group_data["950-SRF30ICE"]["part_groups"].push("35");
option_group_data["950-SRF30GRN"] = {}; option_group_data["950-SRF30GRN"]["part_groups"] = new Array();
option_group_data["950-SRF30GRN"]["part_groups"].push("34");
option_group_data["950-SRF30STL"] = {}; option_group_data["950-SRF30STL"]["part_groups"] = new Array();
option_group_data["950-SRF30STL"]["part_groups"].push("36");
option_group_data["951-SRF30WHT"] = {}; option_group_data["951-SRF30WHT"]["part_groups"] = new Array();
option_group_data["951-SRF30WHT"]["part_groups"].push("38");
option_group_data["951-SRF30WHT"]["part_groups"].push("48");
option_group_data["951-SRF30BLK"] = {}; option_group_data["951-SRF30BLK"]["part_groups"] = new Array();
option_group_data["951-SRF30BLK"]["part_groups"].push("31");
option_group_data["951-SRF30BLK"]["part_groups"].push("41");
option_group_data["951-SRF30BLU"] = {}; option_group_data["951-SRF30BLU"]["part_groups"] = new Array();
option_group_data["951-SRF30BLU"]["part_groups"].push("32");
option_group_data["951-SRF30BLU"]["part_groups"].push("42");
option_group_data["951-SRF30ALY"] = {}; option_group_data["951-SRF30ALY"]["part_groups"] = new Array();
option_group_data["951-SRF30ALY"]["part_groups"].push("30");
option_group_data["951-SRF30ALY"]["part_groups"].push("40");
option_group_data["951-SRF30SBL"] = {}; option_group_data["951-SRF30SBL"]["part_groups"] = new Array();
option_group_data["951-SRF30SBL"]["part_groups"].push("33");
option_group_data["951-SRF30ICE"] = {}; option_group_data["951-SRF30ICE"]["part_groups"] = new Array();
option_group_data["951-SRF30ICE"]["part_groups"].push("35");
option_group_data["951-SRF30ICE"]["part_groups"].push("45");
option_group_data["951-SRF30GRN"] = {}; option_group_data["951-SRF30GRN"]["part_groups"] = new Array();
option_group_data["951-SRF30GRN"]["part_groups"].push("34");
option_group_data["951-SRF30GRN"]["part_groups"].push("44");
option_group_data["951-SRF30STL"] = {}; option_group_data["951-SRF30STL"]["part_groups"] = new Array();
option_group_data["951-SRF30STL"]["part_groups"].push("36");
option_group_data["951-SRF30STL"]["part_groups"].push("46");
option_group_data["979-SRF30BE"] = {}; option_group_data["979-SRF30BE"]["part_groups"] = new Array();
option_group_data["979-SRF30BE"]["part_groups"].push("31");
option_group_data["979-SRF30BE"]["part_groups"].push("125");
option_group_data["656-SRF30BLK"] = {}; option_group_data["656-SRF30BLK"]["available_with"] = new Array();
option_group_data["656-SRF30BLK"]["available_with_compound"] = new Array();
option_group_data["656-SRF30BLK"]["available_with"].push("31");
option_group_data["656-SRF30BLK"]["available_with"].push("37");
option_group_data["656-SRF30BLU"] = {}; option_group_data["656-SRF30BLU"]["available_with"] = new Array();
option_group_data["656-SRF30BLU"]["available_with_compound"] = new Array();
option_group_data["656-SRF30BLU"]["available_with"].push("32");
option_group_data["656-SRF30BLU"]["available_with"].push("37");
option_group_data["656-SRF30SBL"] = {}; option_group_data["656-SRF30SBL"]["available_with"] = new Array();
option_group_data["656-SRF30SBL"]["available_with_compound"] = new Array();
option_group_data["656-SRF30SBL"]["available_with"].push("33");
option_group_data["656-SRF30SBL"]["available_with"].push("37");
option_group_data["656-SRF30ALY"] = {}; option_group_data["656-SRF30ALY"]["available_with"] = new Array();
option_group_data["656-SRF30ALY"]["available_with_compound"] = new Array();
option_group_data["656-SRF30ALY"]["available_with"].push("30");
option_group_data["656-SRF30ALY"]["available_with"].push("37");
option_group_data["656-SRF30ICE"] = {}; option_group_data["656-SRF30ICE"]["available_with"] = new Array();
option_group_data["656-SRF30ICE"]["available_with_compound"] = new Array();
option_group_data["656-SRF30ICE"]["available_with"].push("35");
option_group_data["656-SRF30ICE"]["available_with"].push("37");
option_group_data["656-SRF30GRN"] = {}; option_group_data["656-SRF30GRN"]["available_with"] = new Array();
option_group_data["656-SRF30GRN"]["available_with_compound"] = new Array();
option_group_data["656-SRF30GRN"]["available_with"].push("34");
option_group_data["656-SRF30GRN"]["available_with"].push("37");
option_group_data["656-SRF30STL"] = {}; option_group_data["656-SRF30STL"]["available_with"] = new Array();
option_group_data["656-SRF30STL"]["available_with_compound"] = new Array();
option_group_data["656-SRF30STL"]["available_with"].push("36");
option_group_data["656-SRF30STL"]["available_with"].push("37");
option_group_data["643-SRF30"] = {}; option_group_data["643-SRF30"]["part_groups"] = new Array();
option_group_data["643-SRF30"]["part_groups"].push("21");
option_group_data["644-SRF30"] = {}; option_group_data["644-SRF30"]["part_groups"] = new Array();
option_group_data["644-SRF30"]["part_groups"].push("22");
option_group_data["532-SRF30"] = {}; option_group_data["532-SRF30"]["part_groups"] = new Array();
option_group_data["532-SRF30"]["part_groups"].push("20");
option_group_data["778-SRF30"] = {}; option_group_data["778-SRF30"]["part_groups"] = new Array();
option_group_data["778-SRF30"]["part_groups"].push("29");
option_group_data["535-SRF30"] = {}; option_group_data["535-SRF30"]["part_groups"] = new Array();
option_group_data["535-SRF30"]["part_groups"].push("27");
option_group_data["663-SRF30"] = {}; option_group_data["663-SRF30"]["part_groups"] = new Array();
option_group_data["663-SRF30"]["part_groups"].push("28");
option_group_data["638M-SRF30"] = {}; option_group_data["638M-SRF30"]["part_groups"] = new Array();
option_group_data["638M-SRF30"]["part_groups"].push("27");
option_group_data["638M-SRF30"]["part_groups"].push("95");
option_group_data["638V-SRF30"] = {}; option_group_data["638V-SRF30"]["part_groups"] = new Array();
option_group_data["638V-SRF30"]["part_groups"].push("27");
option_group_data["638V-SRF30"]["part_groups"].push("95");
option_group_data["STANDARD_ARCH"] = {}; option_group_data["STANDARD_ARCH"]["part_groups"] = new Array();
option_group_data["STANDARD_ARCH"]["part_groups"].push("4");
option_group_data["642-SRF30BLK"] = {}; option_group_data["642-SRF30BLK"]["available_with"] = new Array();
option_group_data["642-SRF30BLK"]["available_with_compound"] = new Array();
option_group_data["642-SRF30BLK"]["available_with"].push("4");
option_group_data["642B-SRF30BLU"] = {}; option_group_data["642B-SRF30BLU"]["available_with"] = new Array();
option_group_data["642B-SRF30BLU"]["available_with_compound"] = new Array();
option_group_data["642B-SRF30BLU"]["available_with"].push("5");
option_group_data["642B-SRF30BLU"]["available_with"].push("126");
option_group_data["642-SRF30BLU"] = {}; option_group_data["642-SRF30BLU"]["available_with"] = new Array();
option_group_data["642-SRF30BLU"]["available_with_compound"] = new Array();
option_group_data["642-SRF30BLU"]["available_with"].push("4");
option_group_data["642-SRF30SBL"] = {}; option_group_data["642-SRF30SBL"]["available_with"] = new Array();
option_group_data["642-SRF30SBL"]["available_with_compound"] = new Array();
option_group_data["642-SRF30SBL"]["available_with"].push("4");
option_group_data["642B-SRF30SBL"] = {}; option_group_data["642B-SRF30SBL"]["available_with"] = new Array();
option_group_data["642B-SRF30SBL"]["available_with_compound"] = new Array();
option_group_data["642B-SRF30SBL"]["available_with"].push("5");
option_group_data["642B-SRF30SBL"]["available_with"].push("126");
option_group_data["642B-SRF30ALY"] = {}; option_group_data["642B-SRF30ALY"]["available_with"] = new Array();
option_group_data["642B-SRF30ALY"]["available_with_compound"] = new Array();
option_group_data["642B-SRF30ALY"]["available_with"].push("5");
option_group_data["642B-SRF30ALY"]["available_with"].push("126");
option_group_data["642-SRF30ALY"] = {}; option_group_data["642-SRF30ALY"]["available_with"] = new Array();
option_group_data["642-SRF30ALY"]["available_with_compound"] = new Array();
option_group_data["642-SRF30ALY"]["available_with"].push("4");
option_group_data["642-SRF30STL"] = {}; option_group_data["642-SRF30STL"]["available_with"] = new Array();
option_group_data["642-SRF30STL"]["available_with_compound"] = new Array();
option_group_data["642-SRF30STL"]["available_with"].push("4");
option_group_data["642B-SRF30STL"] = {}; option_group_data["642B-SRF30STL"]["available_with"] = new Array();
option_group_data["642B-SRF30STL"]["available_with_compound"] = new Array();
option_group_data["642B-SRF30STL"]["available_with"].push("5");
option_group_data["642B-SRF30STL"]["available_with"].push("126");
option_group_data["642B-SRF30ICE"] = {}; option_group_data["642B-SRF30ICE"]["available_with"] = new Array();
option_group_data["642B-SRF30ICE"]["available_with_compound"] = new Array();
option_group_data["642B-SRF30ICE"]["available_with"].push("5");
option_group_data["642B-SRF30ICE"]["available_with"].push("126");
option_group_data["642-SRF30ICE"] = {}; option_group_data["642-SRF30ICE"]["available_with"] = new Array();
option_group_data["642-SRF30ICE"]["available_with_compound"] = new Array();
option_group_data["642-SRF30ICE"]["available_with"].push("4");
option_group_data["642-SRF30GRN"] = {}; option_group_data["642-SRF30GRN"]["available_with"] = new Array();
option_group_data["642-SRF30GRN"]["available_with_compound"] = new Array();
option_group_data["642-SRF30GRN"]["available_with"].push("4");
option_group_data["642B-SRF30GRN"] = {}; option_group_data["642B-SRF30GRN"]["available_with"] = new Array();
option_group_data["642B-SRF30GRN"]["available_with_compound"] = new Array();
option_group_data["642B-SRF30GRN"]["available_with"].push("5");
option_group_data["642B-SRF30GRN"]["available_with"].push("126");
option_group_data["642B-SRF30WHT"] = {}; option_group_data["642B-SRF30WHT"]["available_with"] = new Array();
option_group_data["642B-SRF30WHT"]["available_with_compound"] = new Array();
option_group_data["642B-SRF30WHT"]["available_with"].push("5");
option_group_data["642B-SRF30WHT"]["available_with"].push("126");
option_group_data["767B-SRF30"] = {}; option_group_data["767B-SRF30"]["part_groups"] = new Array();
option_group_data["767B-SRF30"]["part_groups"].push("5");
option_group_data["752B-SRF30BLU"] = {}; option_group_data["752B-SRF30BLU"]["part_groups"] = new Array();
option_group_data["752B-SRF30BLU"]["part_groups"].push("3");
option_group_data["752B-SRF30BLK"] = {}; option_group_data["752B-SRF30BLK"]["part_groups"] = new Array();
option_group_data["752B-SRF30BLK"]["part_groups"].push("3");
option_group_data["752B-SRF30SBL"] = {}; option_group_data["752B-SRF30SBL"]["part_groups"] = new Array();
option_group_data["752B-SRF30SBL"]["part_groups"].push("3");
option_group_data["752W-SRF30BLU"] = {}; option_group_data["752W-SRF30BLU"]["part_groups"] = new Array();
option_group_data["752W-SRF30BLU"]["part_groups"].push("3");
option_group_data["752W-SRF30BLK"] = {}; option_group_data["752W-SRF30BLK"]["part_groups"] = new Array();
option_group_data["752W-SRF30BLK"]["part_groups"].push("3");
option_group_data["752W-SRF30SBL"] = {}; option_group_data["752W-SRF30SBL"]["part_groups"] = new Array();
option_group_data["752W-SRF30SBL"]["part_groups"].push("3");
option_group_data["735HT-SRF30BLK"] = {}; option_group_data["735HT-SRF30BLK"]["available_with"] = new Array();
option_group_data["735HT-SRF30BLK"]["available_with_compound"] = new Array();
option_group_data["735HT-SRF30BLK"]["available_with"].push("3");
option_group_data["735HT-SRF30BLK"]["available_with"].push("127");
option_group_data["735HT-SRF30WHT"] = {}; option_group_data["735HT-SRF30WHT"]["available_with"] = new Array();
option_group_data["735HT-SRF30WHT"]["available_with_compound"] = new Array();
option_group_data["735HT-SRF30WHT"]["available_with"].push("3");
option_group_data["735HT-SRF30WHT"]["available_with"].push("127");
option_group_data["557HT-SRF30BLK"] = {}; option_group_data["557HT-SRF30BLK"]["available_with"] = new Array();
option_group_data["557HT-SRF30BLK"]["available_with_compound"] = new Array();
option_group_data["557HT-SRF30BLK"]["available_with"].push("3");
option_group_data["557HT-SRF30BLK"]["available_with"].push("127");
option_group_data["557HT-SRF30BLU"] = {}; option_group_data["557HT-SRF30BLU"]["available_with"] = new Array();
option_group_data["557HT-SRF30BLU"]["available_with_compound"] = new Array();
option_group_data["557HT-SRF30BLU"]["available_with"].push("3");
option_group_data["557HT-SRF30BLU"]["available_with"].push("127");
option_group_data["557HT-SRF30SBL"] = {}; option_group_data["557HT-SRF30SBL"]["available_with"] = new Array();
option_group_data["557HT-SRF30SBL"]["available_with_compound"] = new Array();
option_group_data["557HT-SRF30SBL"]["available_with"].push("3");
option_group_data["557HT-SRF30SBL"]["available_with"].push("127");
option_group_data["685M-SRF30"] = {}; option_group_data["685M-SRF30"]["part_groups"] = new Array();
option_group_data["685M-SRF30"]["part_groups"].push("126");
option_group_data["685V-SRF30"] = {}; option_group_data["685V-SRF30"]["part_groups"] = new Array();
option_group_data["685V-SRF30"]["part_groups"].push("126");
option_group_data["685HTM-SRF30"] = {}; option_group_data["685HTM-SRF30"]["part_groups"] = new Array();
option_group_data["685HTM-SRF30"]["part_groups"].push("127");
option_group_data["685HTV-SRF30"] = {}; option_group_data["685HTV-SRF30"]["part_groups"] = new Array();
option_group_data["685HTV-SRF30"]["part_groups"].push("127");
option_group_data["512C-SRF30"] = {}; option_group_data["512C-SRF30"]["available_with"] = new Array();
option_group_data["512C-SRF30"]["available_with_compound"] = new Array();
option_group_data["512C-SRF30"]["available_with"].push("95");
option_group_data["713B-SRF30"] = {}; option_group_data["713B-SRF30"]["available_with"] = new Array();
option_group_data["713B-SRF30"]["available_with_compound"] = new Array();
option_group_data["713B-SRF30"]["available_with"].push("5");
option_group_data["713B-SRF30"]["available_with"].push("126");
option_group_data["560-SRF30BLK"] = {}; option_group_data["560-SRF30BLK"]["available_with"] = new Array();
option_group_data["560-SRF30BLK"]["available_with_compound"] = new Array();
option_group_data["560-SRF30BLK"]["available_with"].push("21");
option_group_data["560-SRF30BLU"] = {}; option_group_data["560-SRF30BLU"]["available_with"] = new Array();
option_group_data["560-SRF30BLU"]["available_with_compound"] = new Array();
option_group_data["560-SRF30BLU"]["available_with"].push("22");
option_group_data["560-SRF30SLT"] = {}; option_group_data["560-SRF30SLT"]["available_with"] = new Array();
option_group_data["560-SRF30SLT"]["available_with_compound"] = new Array();
option_group_data["560-SRF30SLT"]["available_with"].push("20");
option_group_data["560-SRF30CYN"] = {}; option_group_data["560-SRF30CYN"]["available_with"] = new Array();
option_group_data["560-SRF30CYN"]["available_with_compound"] = new Array();
option_group_data["560-SRF30CYN"]["available_with"].push("27");
option_group_data["560-SRF30DNE"] = {}; option_group_data["560-SRF30DNE"]["available_with"] = new Array();
option_group_data["560-SRF30DNE"]["available_with_compound"] = new Array();
option_group_data["560-SRF30DNE"]["available_with"].push("29");
option_group_data["560-SRF30SBL"] = {}; option_group_data["560-SRF30SBL"]["available_with"] = new Array();
option_group_data["560-SRF30SBL"]["available_with_compound"] = new Array();
option_group_data["560-SRF30SBL"]["available_with"].push("28");
option_group_data["704C-SRF30"] = {}; option_group_data["704C-SRF30"]["available_with"] = new Array();
option_group_data["704C-SRF30"]["available_with_compound"] = new Array();
option_group_data["704C-SRF30"]["available_with"].push("27");
option_group_data["688AA-SRF30"] = {}; option_group_data["688AA-SRF30"]["part_groups"] = new Array();
option_group_data["688AA-SRF30"]["part_groups"].push("52");
option_group_data["688BA-SRF30"] = {}; option_group_data["688BA-SRF30"]["part_groups"] = new Array();
option_group_data["688BA-SRF30"]["part_groups"].push("60");
option_group_data["688WA-SRF30"] = {}; option_group_data["688WA-SRF30"]["part_groups"] = new Array();
option_group_data["688WA-SRF30"]["part_groups"].push("60");
option_group_data["688BE-SRF30"] = {}; option_group_data["688BE-SRF30"]["part_groups"] = new Array();
option_group_data["688BE-SRF30"]["available_with"] = new Array();
option_group_data["688BE-SRF30"]["available_with_compound"] = new Array();
option_group_data["688BE-SRF30"]["part_groups"].push("57");
option_group_data["688BE-SRF30"]["available_with"].push("126");
option_group_data["688BE-SRF30"]["available_with"].push("127");
option_group_data["687-SRF30ALM"] = {}; option_group_data["687-SRF30ALM"]["available_with"] = new Array();
option_group_data["687-SRF30ALM"]["available_with_compound"] = new Array();
option_group_data["687-SRF30ALM"]["available_with"].push("52");
option_group_data["687C-SRF30"] = {}; option_group_data["687C-SRF30"]["available_with"] = new Array();
option_group_data["687C-SRF30"]["available_with_compound"] = new Array();
option_group_data["687C-SRF30"]["available_with"].push("60");
option_group_data["687BE-SRF30"] = {}; option_group_data["687BE-SRF30"]["available_with"] = new Array();
option_group_data["687BE-SRF30"]["available_with_compound"] = new Array();
option_group_data["687BE-SRF30"]["available_with"].push("57");
}); // end of document ready
jQuery(document).ready(function(){
jQuery("#boat_build_form").validate({
rules: {
name: {
required: true,
minlength: 2
},
email: {
required: true,
email: true
},
zip: {
required: true,
minlength: 3
}
},
messages: {
name: " -Name Required ",
email: " -Please enter a valid email address",
zip: " -Zip/Postal Required"
}
}); // end validate
});// end doc ready
jQuery(document).ready(function(){
checked_boxes_price_tally();
checked_boxes_list_tally();
jQuery(".byb_checkbox:input").change(function(){
// if this is a single selection and if this option is checked
if(jQuery(this).attr("single_selection_group") && jQuery(this).prop("checked"))
{
// loop thorugh all options and remove checks from this single selection group
var single_selection_group = jQuery(this).attr("single_selection_group");
var single_selection_checked_option = jQuery(this).val();
jQuery("#boat_build_form input:checked").each(function(){
// if this option is in the single selection group AND it is NOT the same part number as selected above
if(jQuery(this).attr("single_selection_group") == single_selection_group && jQuery(this).val() != single_selection_checked_option)
{
jQuery(this).prop("checked",false).change();
}
});
}
//includes();
apply_part_groups();
apply_graphics();
checked_boxes_price_tally();
checked_boxes_list_tally();
setCanvasColor();
setXtremeArchGraphics();
//alert(overwrite_group_total["msrp"]);
});
});
function checked_boxes_price_tally(){
// here we get the volume discount to be used in the final tally price
// these boats do NOT get volume discount applied to them
///////// !!!!!!!!!!! Volume discount has been moved to the line item !!!!!!!!!!!!!!!!!!!!/////////
//if(item_id != "342" && item_id != "345")
// {
// var volume_discount = (100 - parseFloat(jQuery("#volume_discount-holder").val()-0))/100;
// }
//else
// {
// var volume_discount = 1;
// }
var dealer_installed_option_total = 0;
// get msrp of dealer installed options
jQuery(".dealer_installed_option_price").each(function(){
if(jQuery(this).val())
{
dealer_installed_option_total = dealer_installed_option_total+parseFloat(jQuery(this).val());
}
});
var checked_boxes_total = new Array();
checked_boxes_total["msrp"] = 0;
checked_boxes_total["msrp_base"] = 0;
checked_boxes_total["dealer_price"] = 0;
checked_boxes_total["dealer_margin"] = 0;
base_multiplier
jQuery("#boat_build_form input:checked").each(function(){
//alert(this.id);
//alert(jQuery("input").attr("disabled"));
// if the checkbox is not disabled
// this first line weeds out tbd pricing of 999999
//if(!jQuery(this).prop("disabled") && jQuery(this).attr("msrp") && jQuery(this).attr("is_tbd") != 1 && jQuery(this).attr("is_tbd") != "1")
//if((!jQuery(this).prop("disabled") || jQuery(this).attr("is_required")) && jQuery(this).attr("msrp") && jQuery(this).val() != "NPPNPRICE22S" )
if(!jQuery(this).prop("included_option") && jQuery(this).attr("msrp"))
{
//alert(jQuery(this).attr("dealer_margin"));
//alert(jQuery(this).attr("id"));
// we have base
if(jQuery(this).attr("overwrite_group") == 1){
checked_boxes_total["msrp_base"] = checked_boxes_total["msrp_base"] + (parseFloat(jQuery(this).attr("msrp"))*base_multiplier);
}
// we have option
else{
checked_boxes_total["msrp_base"] = checked_boxes_total["msrp_base"] + (parseFloat(jQuery(this).attr("msrp"))*option_multiplier);
}
checked_boxes_total["msrp"] = checked_boxes_total["msrp"] + parseFloat(jQuery(this).attr("msrp"));
checked_boxes_total["dealer_price"] = checked_boxes_total["dealer_price"] + parseFloat(jQuery(this).attr("dealer_cost"));
checked_boxes_total["dealer_margin"] = checked_boxes_total["dealer_margin"] + parseFloat(jQuery(this).attr("dealer_margin"));
}
}); // end checked each
// cycle through
//alert(checked_boxes_total["msrp"]);
// here we format the price
// here we send the price to the page
jQuery(".msrp_holder").html(checked_boxes_total["msrp_base"]+dealer_installed_option_total).formatCurrency({ roundToDecimalPlace:0 });
jQuery(".msrp_container").html(checked_boxes_total["msrp"]+dealer_installed_option_total).formatCurrency({ roundToDecimalPlace:0 });
jQuery(".dealer_price_container").html(checked_boxes_total["dealer_price"]).formatCurrency({ roundToDecimalPlace:0 });
jQuery(".dealer_margin_price_container").html(checked_boxes_total["dealer_margin"]+dealer_installed_option_total).formatCurrency({ roundToDecimalPlace:0 });
} function apply_graphics(){
// hide all the graphic overlays
jQuery(".boat_builder_graphic_overlay").css("display","none");
jQuery(".byb_checkbox").each(function() {
// if this option has an overlay
if(jQuery(this).attr("graphic_id") !== 0)
{
// if this option is checked
if(this.checked)
{
// possibly put overlays in csv to show more than one overlay per option..?
jQuery("#boat_builder_graphic_overlay_"+jQuery(this).attr("graphic_id")).css("display","block");
//alert("#boat_builder_graphic_overlay_"+jQuery(this).attr("graphic_id"));
}
}// end if
});
} function checked_boxes_list_tally(){
// empty the list container
jQuery("#option_list_tally_table").empty();
jQuery("input:checked").each(function(){
//alert(this.id);
//jQuery("#option_list_tally").append(this.next().child());
if(jQuery(this).attr("title") && jQuery(this).attr("option_group") != 16)
{
var price_msrp = jQuery(this).attr("msrp").replace(/(\d)(?=(\d\d\d)+(?!\d))/g, "$1,");
if(country == 226 || country == 138)
{
if ((jQuery(this).prop("included_option")))
{
jQuery("#option_list_tally_table").append(''+jQuery(this).attr("title")+' | $0 |
');
}
else
{
jQuery("#option_list_tally_table").append(''+jQuery(this).attr("title")+' | $'+price_msrp+' |
');
}
}
else
{
jQuery("#option_list_tally_table").append(''+jQuery(this).attr("title")+' | |
');
}
}
}); // end checked each
//
}
function selectDefaultEngine(){
//alert('firing');
var min_price_engine = 999999999999999;
var min_price_engine_id;
jQuery('input:radio[name=overwrite_group-1]').each(function(){
var temp_msrp = parseInt(jQuery(this).attr('msrp'));
// if this engine is less than the previous one we set it as the sel no
if(temp_msrp < min_price_engine)
{
min_price_engine_id = jQuery(this).attr('id');
min_price_engine = temp_msrp;
}
});
// check the cheapest engine
//alert(min_price_engine_id);
jQuery('#'+min_price_engine_id).prop('checked',true).change();
}
jQuery(document).ready(function(){
// click the package that is selected
//jQuery('input:radio[name=overwrite_group-7]:checked').change();
//alert('here2');
// engine
if(!jQuery('input:radio[name=overwrite_group-1]:checked').val())
{
//alert('here');
selectDefaultEngine();
}
else
{
//alert('here2');
jQuery('input:radio[name=overwrite_group-1]:checked').change();
}
// kicker brand
//jQuery('input:radio[name=overwrite_group-58]:checked').change();
//trailer brand
//jQuery('input:radio[name=overwrite_group-60]:checked').change();
//accent color
//jQuery('input:radio[name=overwrite_group-37]:checked').change();
//hull color
//jQuery('input:radio[name=overwrite_group-11]:checked').change();
//canvas color
//jQuery('input:radio[name=overwrite_group-12]:checked').change();
//jQuery('input:radio[name=overwrite_group-65]:checked').change();
jQuery('#boat_build_form input:checked').each(function(){
jQuery(this).change();
});
setXtremeArchGraphics()
});