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-685HTXM-SRF30").change(function(){
if(jQuery("#input-685HTXM-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 685HTXM-SRF30 - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-512]").html("
(Included in 685HTXM-SRF30 - Black Edition HTX 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-685HTXM-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-685HTXM-SRF30-512").remove();
}
}); // end click listener
jQuery("#input-685HTXM-SRF30").change(function(){
if(jQuery("#input-685HTXM-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 685HTXM-SRF30 - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-551]").html("
(Included in 685HTXM-SRF30 - Black Edition HTX 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-685HTXM-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-685HTXM-SRF30-551").remove();
}
}); // end click listener
jQuery("#input-685HTXM-SRF30").change(function(){
if(jQuery("#input-685HTXM-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-759B]").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 685HTXM-SRF30 - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-759B]").html("
(Included in 685HTXM-SRF30 - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-759B]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTXM-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-759B]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-759B]").prop("disabled",false);
jQuery("[id^=input-759B]").prop("included_option", false);
//if(!jQuery("#input-759B").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-759B").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-759B").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-685HTXM-SRF30-759B").remove();
}
}); // end click listener
jQuery("#input-685HTXV-SRF30").change(function(){
if(jQuery("#input-685HTXV-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 685HTXV-SRF30 - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-512]").html("
(Included in 685HTXV-SRF30 - Black Edition HTX 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-685HTXV-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-685HTXV-SRF30-512").remove();
}
}); // end click listener
jQuery("#input-685HTXV-SRF30").change(function(){
if(jQuery("#input-685HTXV-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 685HTXV-SRF30 - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-551]").html("
(Included in 685HTXV-SRF30 - Black Edition HTX 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-685HTXV-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-685HTXV-SRF30-551").remove();
}
}); // end click listener
jQuery("#input-685HTXV-SRF30").change(function(){
if(jQuery("#input-685HTXV-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-759B]").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 685HTXV-SRF30 - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-759B]").html("
(Included in 685HTXV-SRF30 - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-759B]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685HTXV-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-759B]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-759B]").prop("disabled",false);
jQuery("[id^=input-759B]").prop("included_option", false);
//if(!jQuery("#input-759B").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-759B").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-759B").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-685HTXV-SRF30-759B").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-SRF30BLK").change(function(){
if(jQuery("#input-562-SRF30BLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-759]");
//alert(jQuery("[id^=input-759]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759]").prop("checked"))
{
jQuery("[id^=input-759]").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-759-562-SRF30BLK]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 562-SRF30BLK - Extendable AFT Bimini - Black)");
}
jQuery("[id^=input-759]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759-562-SRF30BLK]").remove();
jQuery("[id^=input-759]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-562-SRF30BLK");
//alert(jQuery("[id^=input-562-SRF30BLK]").attr("title"));
//alert(jQuery("[id^=input-562-SRF30BLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-562-SRF30BLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-562-SRF30BLK").prop("checked"))
{
jQuery("#input-562-SRF30BLK").removeAttr("checked").change();
}
//console.log("if of reverse input-562-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-562-SRF30BLK-759]").length === 0)
{
jQuery("#note-562-SRF30BLK").append("
(N/A with 759 )");
}
jQuery("[id^=input-562-SRF30BLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-562-SRF30BLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-SRF30BLK-759]").remove();
jQuery("[id^=input-562-SRF30BLK]").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-759]");
//alert(jQuery("[id^=input-759]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759]").prop("checked"))
{
jQuery("[id^=input-759]").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-759-562-SRF30BLU]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 562-SRF30BLU - Extendable AFT Bimini - Biscayne Blue)");
}
jQuery("[id^=input-759]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759-562-SRF30BLU]").remove();
jQuery("[id^=input-759]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759]").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-759]").length === 0)
{
jQuery("#note-562-SRF30BLU").append("
(N/A with 759 )");
}
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-759]").remove();
jQuery("[id^=input-562-SRF30BLU]").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-759]");
//alert(jQuery("[id^=input-759]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759]").prop("checked"))
{
jQuery("[id^=input-759]").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-759-562-SRF30SBL]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 562-SRF30SBL - Extendable AFT Bimini - Steel Blue)");
}
jQuery("[id^=input-759]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759-562-SRF30SBL]").remove();
jQuery("[id^=input-759]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759]").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-759]").length === 0)
{
jQuery("#note-562-SRF30SBL").append("
(N/A with 759 )");
}
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-759]").remove();
jQuery("[id^=input-562-SRF30SBL]").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-685HTX]");
//alert(jQuery("[id^=input-685HTX]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685HTX]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685HTX]").prop("checked"))
{
jQuery("[id^=input-685HTX]").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-685HTX-767B-SRF30]").length === 0)
{
jQuery("[id^=note-685HTX]").append("
(N/A with 767B-SRF30 - EFX Electric Folding Arch Tower - Black)");
}
jQuery("[id^=input-685HTX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685HTX]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTX-767B-SRF30]").remove();
jQuery("[id^=input-685HTX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685HTX]").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-685HTX]").length === 0)
{
jQuery("#note-767B-SRF30").append("
(N/A with 685HTX )");
}
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-685HTX]").remove();
jQuery("[id^=input-767B-SRF30]").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-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-557RA-SRF30BLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 557RA-SRF30BLU - Cockpit and Bow Cover)");
}
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-557RA-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-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-685]").length === 0)
{
jQuery("#note-557RA-SRF30BLU").append("
(N/A with 685 )");
}
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-685]").remove();
jQuery("[id^=input-557RA-SRF30BLU]").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-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-557RA-SRF30SBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 557RA-SRF30SBL - Cockpit and Bow Cover)");
}
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-557RA-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-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-685]").length === 0)
{
jQuery("#note-557RA-SRF30SBL").append("
(N/A with 685 )");
}
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-685]").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-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-685M-SRF30").change(function(){
if(jQuery("#input-685M-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-759]");
//alert(jQuery("[id^=input-759]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759]").prop("checked"))
{
jQuery("[id^=input-759]").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-759-685M-SRF30]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 685M-SRF30 - Black Edition Package)");
}
jQuery("[id^=input-759]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759-685M-SRF30]").remove();
jQuery("[id^=input-759]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759]").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-759]").length === 0)
{
jQuery("#note-685M-SRF30").append("
(N/A with 759 )");
}
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-759]").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-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-685V-SRF30").change(function(){
if(jQuery("#input-685V-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-759]");
//alert(jQuery("[id^=input-759]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759]").prop("checked"))
{
jQuery("[id^=input-759]").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-759-685V-SRF30]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 685V-SRF30 - Black Edition Package)");
}
jQuery("[id^=input-759]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759-685V-SRF30]").remove();
jQuery("[id^=input-759]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759]").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-759]").length === 0)
{
jQuery("#note-685V-SRF30").append("
(N/A with 759 )");
}
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-759]").remove();
jQuery("[id^=input-685V-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXM-SRF30").change(function(){
if(jQuery("#input-685HTXM-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-685HTXM-SRF30]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685HTXM-SRF30 - Black Edition HTX 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-685HTXM-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-685HTXM-SRF30");
//alert(jQuery("[id^=input-685HTXM-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685HTXM-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXM-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXM-SRF30").prop("checked"))
{
jQuery("#input-685HTXM-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXM-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-685HTXM-SRF30-950]").length === 0)
{
jQuery("#note-685HTXM-SRF30").append("
(N/A with 950 )");
}
jQuery("[id^=input-685HTXM-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXM-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXM-SRF30-950]").remove();
jQuery("[id^=input-685HTXM-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXM-SRF30").change(function(){
if(jQuery("#input-685HTXM-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-685HTXM-SRF30]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685HTXM-SRF30 - Black Edition HTX 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-685HTXM-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-685HTXM-SRF30");
//alert(jQuery("[id^=input-685HTXM-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685HTXM-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXM-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXM-SRF30").prop("checked"))
{
jQuery("#input-685HTXM-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXM-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-685HTXM-SRF30-951]").length === 0)
{
jQuery("#note-685HTXM-SRF30").append("
(N/A with 951 )");
}
jQuery("[id^=input-685HTXM-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXM-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXM-SRF30-951]").remove();
jQuery("[id^=input-685HTXM-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXM-SRF30").change(function(){
if(jQuery("#input-685HTXM-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-685HTXM-SRF30]").length === 0)
{
jQuery("[id^=note-562]").append("
(N/A with 685HTXM-SRF30 - Black Edition HTX 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-685HTXM-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-685HTXM-SRF30");
//alert(jQuery("[id^=input-685HTXM-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685HTXM-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXM-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXM-SRF30").prop("checked"))
{
jQuery("#input-685HTXM-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXM-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-685HTXM-SRF30-562]").length === 0)
{
jQuery("#note-685HTXM-SRF30").append("
(N/A with 562 )");
}
jQuery("[id^=input-685HTXM-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXM-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXM-SRF30-562]").remove();
jQuery("[id^=input-685HTXM-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXV-SRF30").change(function(){
if(jQuery("#input-685HTXV-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-685HTXV-SRF30]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685HTXV-SRF30 - Black Edition HTX 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-685HTXV-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-685HTXV-SRF30");
//alert(jQuery("[id^=input-685HTXV-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685HTXV-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXV-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXV-SRF30").prop("checked"))
{
jQuery("#input-685HTXV-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXV-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-685HTXV-SRF30-950]").length === 0)
{
jQuery("#note-685HTXV-SRF30").append("
(N/A with 950 )");
}
jQuery("[id^=input-685HTXV-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXV-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXV-SRF30-950]").remove();
jQuery("[id^=input-685HTXV-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXV-SRF30").change(function(){
if(jQuery("#input-685HTXV-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-685HTXV-SRF30]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685HTXV-SRF30 - Black Edition HTX 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-685HTXV-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-685HTXV-SRF30");
//alert(jQuery("[id^=input-685HTXV-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685HTXV-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXV-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXV-SRF30").prop("checked"))
{
jQuery("#input-685HTXV-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXV-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-685HTXV-SRF30-951]").length === 0)
{
jQuery("#note-685HTXV-SRF30").append("
(N/A with 951 )");
}
jQuery("[id^=input-685HTXV-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXV-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXV-SRF30-951]").remove();
jQuery("[id^=input-685HTXV-SRF30]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXV-SRF30").change(function(){
if(jQuery("#input-685HTXV-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-685HTXV-SRF30]").length === 0)
{
jQuery("[id^=note-562]").append("
(N/A with 685HTXV-SRF30 - Black Edition HTX 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-685HTXV-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-685HTXV-SRF30");
//alert(jQuery("[id^=input-685HTXV-SRF30]").attr("title"));
//alert(jQuery("[id^=input-685HTXV-SRF30]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXV-SRF30").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXV-SRF30").prop("checked"))
{
jQuery("#input-685HTXV-SRF30").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXV-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-685HTXV-SRF30-562]").length === 0)
{
jQuery("#note-685HTXV-SRF30").append("
(N/A with 562 )");
}
jQuery("[id^=input-685HTXV-SRF30]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXV-SRF30").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXV-SRF30-562]").remove();
jQuery("[id^=input-685HTXV-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-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-713W-SRF30").change(function(){
if(jQuery("#input-713W-SRF30").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-759]");
//alert(jQuery("[id^=input-759]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759]").prop("checked"))
{
jQuery("[id^=input-759]").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-759-713W-SRF30]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 713W-SRF30 - Tower Speakers (2))");
}
jQuery("[id^=input-759]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759-713W-SRF30]").remove();
jQuery("[id^=input-759]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759]").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-759]").length === 0)
{
jQuery("#note-713W-SRF30").append("
(N/A with 759 )");
}
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-759]").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-685HTX]");
//alert(jQuery("[id^=input-685HTX]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685HTX]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685HTX]").prop("checked"))
{
jQuery("[id^=input-685HTX]").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-685HTX-713B-SRF30]").length === 0)
{
jQuery("[id^=note-685HTX]").append("
(N/A with 713B-SRF30 - Tower Speakers (2))");
}
jQuery("[id^=input-685HTX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685HTX]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTX-713B-SRF30]").remove();
jQuery("[id^=input-685HTX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685HTX]").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-685HTX]").length === 0)
{
jQuery("#note-713B-SRF30").append("
(N/A with 685HTX )");
}
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-685HTX]").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-759]");
//alert(jQuery("[id^=input-759]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759]").prop("checked"))
{
jQuery("[id^=input-759]").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-759-713B-SRF30]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 713B-SRF30 - Tower Speakers (2))");
}
jQuery("[id^=input-759]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759-713B-SRF30]").remove();
jQuery("[id^=input-759]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759]").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-759]").length === 0)
{
jQuery("#note-713B-SRF30").append("
(N/A with 759 )");
}
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-759]").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-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-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-759]");
//alert(jQuery("[id^=input-759]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759]").prop("checked"))
{
jQuery("[id^=input-759]").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-759-796DB-SRF30]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 796DB-SRF30 - Diamondback Board Racks - Swiveling)");
}
jQuery("[id^=input-759]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759-796DB-SRF30]").remove();
jQuery("[id^=input-759]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759]").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-759]").length === 0)
{
jQuery("#note-796DB-SRF30").append("
(N/A with 759 )");
}
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-759]").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-685HTX]");
//alert(jQuery("[id^=input-685HTX]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-685HTX]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-685HTX]").prop("checked"))
{
jQuery("[id^=input-685HTX]").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-685HTX-796BE-SRF30]").length === 0)
{
jQuery("[id^=note-685HTX]").append("
(N/A with 796BE-SRF30 - Diamondback Board Racks Black Edition - Swiveling)");
}
jQuery("[id^=input-685HTX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685HTX]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTX-796BE-SRF30]").remove();
jQuery("[id^=input-685HTX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-685HTX]").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-685HTX]").length === 0)
{
jQuery("#note-796BE-SRF30").append("
(N/A with 685HTX )");
}
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-685HTX]").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-759]");
//alert(jQuery("[id^=input-759]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759]").prop("checked"))
{
jQuery("[id^=input-759]").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-759-796BE-SRF30]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 796BE-SRF30 - Diamondback Board Racks Black Edition - Swiveling)");
}
jQuery("[id^=input-759]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759-796BE-SRF30]").remove();
jQuery("[id^=input-759]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759]").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-759]").length === 0)
{
jQuery("#note-796BE-SRF30").append("
(N/A with 759 )");
}
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-759]").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);
}
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();
}
}); // 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();
}
}); // 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);
}
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();
}
}); // 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);
}
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();
}
}); // end click listener
jQuery("#input-636-SRF30").change(function(){
if(jQuery("#input-636-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-636-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-636-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);
}
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: 636-SRF30-Cockpit Interior - Lunar)");
}
}
// 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-636-SRF30]").hide();
jQuery("[id^=note-single-required-by-636-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-636-SRF30]").remove();
}
}); // end click listener
jQuery("#input-637-SRF30").change(function(){
if(jQuery("#input-637-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-637-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-637-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);
}
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: 637-SRF30-Cockpit Interior - Shadow)");
}
}
// 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-637-SRF30]").hide();
jQuery("[id^=note-single-required-by-637-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-637-SRF30]").remove();
}
}); // 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);
}
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();
}
}); // 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);
}
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();
}
}); // 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);
}
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();
}
}); // 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-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();
}
}); // 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);
}
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();
}
}); // 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);
}
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();
}
}); // end click listener
jQuery("#input-685HTXM-SRF30").change(function(){
if(jQuery("#input-685HTXM-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-685HTXM-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-685HTXM-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);
}
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: 685HTXM-SRF30-Black Edition HTX 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-685HTXM-SRF30]").hide();
jQuery("[id^=note-single-required-by-685HTXM-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-685HTXM-SRF30]").remove();
}
}); // end click listener
jQuery("#input-685HTXV-SRF30").change(function(){
if(jQuery("#input-685HTXV-SRF30").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-685HTXV-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-685HTXV-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);
}
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: 685HTXV-SRF30-Black Edition HTX 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-685HTXV-SRF30]").hide();
jQuery("[id^=note-single-required-by-685HTXV-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-685HTXV-SRF30]").remove();
}
}); // 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-685HTXV-SRF30]").remove();
}
}); // 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-685HTXV-SRF30]").remove();
}
}); // 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);
}
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();
}
}); // 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();
}
}); // 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();
}
}); // 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["532-SRF30"] = {}; option_group_data["532-SRF30"]["part_groups"] = new Array();
option_group_data["532-SRF30"]["part_groups"].push("20");
option_group_data["636-SRF30"] = {}; option_group_data["636-SRF30"]["part_groups"] = new Array();
option_group_data["636-SRF30"]["part_groups"].push("22");
option_group_data["637-SRF30"] = {}; option_group_data["637-SRF30"]["part_groups"] = new Array();
option_group_data["637-SRF30"]["part_groups"].push("24");
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["535-SRF30"] = {}; option_group_data["535-SRF30"]["part_groups"] = new Array();
option_group_data["535-SRF30"]["part_groups"].push("27");
option_group_data["535-SRF30"]["part_groups"].push("98");
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["767B-SRF30"] = {}; option_group_data["767B-SRF30"]["part_groups"] = new Array();
option_group_data["767B-SRF30"]["part_groups"].push("5");
option_group_data["759W-SRF30BLU"] = {}; option_group_data["759W-SRF30BLU"]["part_groups"] = new Array();
option_group_data["759W-SRF30BLU"]["part_groups"].push("9");
option_group_data["759W-SRF30SBL"] = {}; option_group_data["759W-SRF30SBL"]["part_groups"] = new Array();
option_group_data["759W-SRF30SBL"]["part_groups"].push("9");
option_group_data["759W-SRF30BLK"] = {}; option_group_data["759W-SRF30BLK"]["part_groups"] = new Array();
option_group_data["759W-SRF30BLK"]["part_groups"].push("9");
option_group_data["759B-SRF30BLU"] = {}; option_group_data["759B-SRF30BLU"]["part_groups"] = new Array();
option_group_data["759B-SRF30BLU"]["part_groups"].push("8");
option_group_data["759B-SRF30SBL"] = {}; option_group_data["759B-SRF30SBL"]["part_groups"] = new Array();
option_group_data["759B-SRF30SBL"]["part_groups"].push("8");
option_group_data["759B-SRF30BLK"] = {}; option_group_data["759B-SRF30BLK"]["part_groups"] = new Array();
option_group_data["759B-SRF30BLK"]["part_groups"].push("8");
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["642HTX-SRF30BLK"] = {}; option_group_data["642HTX-SRF30BLK"]["available_with"] = new Array();
option_group_data["642HTX-SRF30BLK"]["available_with_compound"] = new Array();
option_group_data["642HTX-SRF30BLK"]["available_with"].push("9");
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["642HTXB-SRF30WHT"] = {}; option_group_data["642HTXB-SRF30WHT"]["available_with"] = new Array();
option_group_data["642HTXB-SRF30WHT"]["available_with_compound"] = new Array();
option_group_data["642HTXB-SRF30WHT"]["available_with"].push("8");
option_group_data["642HTXB-SRF30WHT"]["available_with"].push("128");
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["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["642HTXB-SRF30BLU"] = {}; option_group_data["642HTXB-SRF30BLU"]["available_with"] = new Array();
option_group_data["642HTXB-SRF30BLU"]["available_with_compound"] = new Array();
option_group_data["642HTXB-SRF30BLU"]["available_with"].push("8");
option_group_data["642HTXB-SRF30BLU"]["available_with"].push("128");
option_group_data["642HTX-SRF30BLU"] = {}; option_group_data["642HTX-SRF30BLU"]["available_with"] = new Array();
option_group_data["642HTX-SRF30BLU"]["available_with_compound"] = new Array();
option_group_data["642HTX-SRF30BLU"]["available_with"].push("9");
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["642HTX-SRF30SBL"] = {}; option_group_data["642HTX-SRF30SBL"]["available_with"] = new Array();
option_group_data["642HTX-SRF30SBL"]["available_with_compound"] = new Array();
option_group_data["642HTX-SRF30SBL"]["available_with"].push("9");
option_group_data["642HTXB-SRF30SBL"] = {}; option_group_data["642HTXB-SRF30SBL"]["available_with"] = new Array();
option_group_data["642HTXB-SRF30SBL"]["available_with_compound"] = new Array();
option_group_data["642HTXB-SRF30SBL"]["available_with"].push("8");
option_group_data["642HTXB-SRF30SBL"]["available_with"].push("128");
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["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["642HTX-SRF30ALY"] = {}; option_group_data["642HTX-SRF30ALY"]["available_with"] = new Array();
option_group_data["642HTX-SRF30ALY"]["available_with_compound"] = new Array();
option_group_data["642HTX-SRF30ALY"]["available_with"].push("9");
option_group_data["642HTXB-SRF30ALY"] = {}; option_group_data["642HTXB-SRF30ALY"]["available_with"] = new Array();
option_group_data["642HTXB-SRF30ALY"]["available_with_compound"] = new Array();
option_group_data["642HTXB-SRF30ALY"]["available_with"].push("8");
option_group_data["642HTXB-SRF30ALY"]["available_with"].push("128");
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["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["642HTX-SRF30STL"] = {}; option_group_data["642HTX-SRF30STL"]["available_with"] = new Array();
option_group_data["642HTX-SRF30STL"]["available_with_compound"] = new Array();
option_group_data["642HTX-SRF30STL"]["available_with"].push("9");
option_group_data["642HTXB-SRF30STL"] = {}; option_group_data["642HTXB-SRF30STL"]["available_with"] = new Array();
option_group_data["642HTXB-SRF30STL"]["available_with_compound"] = new Array();
option_group_data["642HTXB-SRF30STL"]["available_with"].push("8");
option_group_data["642HTXB-SRF30STL"]["available_with"].push("128");
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["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["642HTXB-SRF30ICE"] = {}; option_group_data["642HTXB-SRF30ICE"]["available_with"] = new Array();
option_group_data["642HTXB-SRF30ICE"]["available_with_compound"] = new Array();
option_group_data["642HTXB-SRF30ICE"]["available_with"].push("8");
option_group_data["642HTXB-SRF30ICE"]["available_with"].push("128");
option_group_data["642HTX-SRF30ICE"] = {}; option_group_data["642HTX-SRF30ICE"]["available_with"] = new Array();
option_group_data["642HTX-SRF30ICE"]["available_with_compound"] = new Array();
option_group_data["642HTX-SRF30ICE"]["available_with"].push("9");
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["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["642HTXB-SRF30GRN"] = {}; option_group_data["642HTXB-SRF30GRN"]["available_with"] = new Array();
option_group_data["642HTXB-SRF30GRN"]["available_with_compound"] = new Array();
option_group_data["642HTXB-SRF30GRN"]["available_with"].push("8");
option_group_data["642HTXB-SRF30GRN"]["available_with"].push("128");
option_group_data["642HTX-SRF30GRN"] = {}; option_group_data["642HTX-SRF30GRN"]["available_with"] = new Array();
option_group_data["642HTX-SRF30GRN"]["available_with_compound"] = new Array();
option_group_data["642HTX-SRF30GRN"]["available_with"].push("9");
option_group_data["735-SRF30BLK"] = {}; option_group_data["735-SRF30BLK"]["available_with"] = new Array();
option_group_data["735-SRF30BLK"]["available_with_compound"] = new Array();
option_group_data["735-SRF30BLK"]["available_with"].push("4");
option_group_data["735-SRF30BLK"]["available_with"].push("5");
option_group_data["735-SRF30BLK"]["available_with"].push("126");
option_group_data["735HTX-SRF30BLK"] = {}; option_group_data["735HTX-SRF30BLK"]["available_with"] = new Array();
option_group_data["735HTX-SRF30BLK"]["available_with_compound"] = new Array();
option_group_data["735HTX-SRF30BLK"]["available_with"].push("8");
option_group_data["735HTX-SRF30BLK"]["available_with"].push("9");
option_group_data["735HTX-SRF30BLK"]["available_with"].push("128");
option_group_data["735-SRF30WHT"] = {}; option_group_data["735-SRF30WHT"]["available_with"] = new Array();
option_group_data["735-SRF30WHT"]["available_with_compound"] = new Array();
option_group_data["735-SRF30WHT"]["available_with"].push("4");
option_group_data["735-SRF30WHT"]["available_with"].push("5");
option_group_data["735-SRF30WHT"]["available_with"].push("126");
option_group_data["735HTX-SRF30WHT"] = {}; option_group_data["735HTX-SRF30WHT"]["available_with"] = new Array();
option_group_data["735HTX-SRF30WHT"]["available_with_compound"] = new Array();
option_group_data["735HTX-SRF30WHT"]["available_with"].push("8");
option_group_data["735HTX-SRF30WHT"]["available_with"].push("9");
option_group_data["735HTX-SRF30WHT"]["available_with"].push("128");
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["685HTXM-SRF30"] = {}; option_group_data["685HTXM-SRF30"]["part_groups"] = new Array();
option_group_data["685HTXM-SRF30"]["part_groups"].push("128");
option_group_data["685HTXV-SRF30"] = {}; option_group_data["685HTXV-SRF30"]["part_groups"] = new Array();
option_group_data["685HTXV-SRF30"]["part_groups"].push("128");
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-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("95");
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-SRF30BE"] = {}; option_group_data["560-SRF30BE"]["available_with"] = new Array();
option_group_data["560-SRF30BE"]["available_with_compound"] = new Array();
option_group_data["560-SRF30BE"]["available_with"].push("98");
option_group_data["560-SRF30SDW"] = {}; option_group_data["560-SRF30SDW"]["available_with"] = new Array();
option_group_data["560-SRF30SDW"]["available_with_compound"] = new Array();
option_group_data["560-SRF30SDW"]["available_with"].push("24");
option_group_data["560-SRF30LNR"] = {}; option_group_data["560-SRF30LNR"]["available_with"] = new Array();
option_group_data["560-SRF30LNR"]["available_with_compound"] = new Array();
option_group_data["560-SRF30LNR"]["available_with"].push("22");
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["795B-SRF30HTX"] = {}; option_group_data["795B-SRF30HTX"]["available_with"] = new Array();
option_group_data["795B-SRF30HTX"]["available_with_compound"] = new Array();
option_group_data["795B-SRF30HTX"]["available_with"].push("8");
option_group_data["795W-SRF30HTX"] = {}; option_group_data["795W-SRF30HTX"]["available_with"] = new Array();
option_group_data["795W-SRF30HTX"]["available_with_compound"] = new Array();
option_group_data["795W-SRF30HTX"]["available_with"].push("9");
option_group_data["794W-SRF30"] = {}; option_group_data["794W-SRF30"]["available_with"] = new Array();
option_group_data["794W-SRF30"]["available_with_compound"] = new Array();
option_group_data["794W-SRF30"]["available_with"].push("9");
option_group_data["794B-SRF30"] = {}; option_group_data["794B-SRF30"]["available_with"] = new Array();
option_group_data["794B-SRF30"]["available_with_compound"] = new Array();
option_group_data["794B-SRF30"]["available_with"].push("8");
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("128");
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["687P-SRF30"] = {}; option_group_data["687P-SRF30"]["available_with"] = new Array();
option_group_data["687P-SRF30"]["available_with_compound"] = new Array();
option_group_data["687P-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()
});