jQuery(document).ready(function(){
jQuery("#input-979-8SSXBE").change(function(){
if(jQuery("#input-979-8SSXBE").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-8SSXBE - Black Edition Hull)
");
jQuery("[id^=note-BE_HULL]").html("
(Included in 979-8SSXBE - 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-8SSXBE").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-8SSXBE-BE_HULL").remove();
}
}); // end click listener
jQuery("#input-685M-8SSX").change(function(){
if(jQuery("#input-685M-8SSX").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-512M]").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-8SSX - Black Edition Package)
");
jQuery("[id^=note-512M]").html("
(Included in 685M-8SSX - Black Edition Package)");
jQuery("[id^=input-512M]").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-8SSX").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-512M]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512M]").prop("disabled",false);
jQuery("[id^=input-512M]").prop("included_option", false);
//if(!jQuery("#input-512M").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512M").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512M").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-8SSX-512M").remove();
}
}); // end click listener
jQuery("#input-685M-8SSX").change(function(){
if(jQuery("#input-685M-8SSX").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-8SSX - Black Edition Package)
");
jQuery("[id^=note-551]").html("
(Included in 685M-8SSX - 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-8SSX").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-8SSX-551").remove();
}
}); // end click listener
jQuery("#input-685M-8SSX").change(function(){
if(jQuery("#input-685M-8SSX").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-760B]").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-8SSX - Black Edition Package)
");
jQuery("[id^=note-760B]").html("
(Included in 685M-8SSX - Black Edition Package)");
jQuery("[id^=input-760B]").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-8SSX").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-760B]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-760B]").prop("disabled",false);
jQuery("[id^=input-760B]").prop("included_option", false);
//if(!jQuery("#input-760B").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-760B").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-760B").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-8SSX-760B").remove();
}
}); // end click listener
jQuery("#input-685M-8SSX").change(function(){
if(jQuery("#input-685M-8SSX").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-8SSX - Black Edition Package)
");
jQuery("[id^=note-767B]").html("
(Included in 685M-8SSX - 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-8SSX").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-8SSX-767B").remove();
}
}); // end click listener
jQuery("#input-685V-8SSX").change(function(){
if(jQuery("#input-685V-8SSX").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-512V]").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-8SSX - Black Edition Package)
");
jQuery("[id^=note-512V]").html("
(Included in 685V-8SSX - Black Edition Package)");
jQuery("[id^=input-512V]").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-8SSX").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-512V]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512V]").prop("disabled",false);
jQuery("[id^=input-512V]").prop("included_option", false);
//if(!jQuery("#input-512V").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512V").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512V").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-8SSX-512V").remove();
}
}); // end click listener
jQuery("#input-685V-8SSX").change(function(){
if(jQuery("#input-685V-8SSX").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-8SSX - Black Edition Package)
");
jQuery("[id^=note-551]").html("
(Included in 685V-8SSX - 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-8SSX").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-8SSX-551").remove();
}
}); // end click listener
jQuery("#input-685V-8SSX").change(function(){
if(jQuery("#input-685V-8SSX").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-760B]").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-8SSX - Black Edition Package)
");
jQuery("[id^=note-760B]").html("
(Included in 685V-8SSX - Black Edition Package)");
jQuery("[id^=input-760B]").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-8SSX").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-760B]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-760B]").prop("disabled",false);
jQuery("[id^=input-760B]").prop("included_option", false);
//if(!jQuery("#input-760B").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-760B").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-760B").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-8SSX-760B").remove();
}
}); // end click listener
jQuery("#input-685V-8SSX").change(function(){
if(jQuery("#input-685V-8SSX").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-8SSX - Black Edition Package)
");
jQuery("[id^=note-767B]").html("
(Included in 685V-8SSX - 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-8SSX").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-8SSX-767B").remove();
}
}); // end click listener
jQuery("#input-685HTXM-8SSX").change(function(){
if(jQuery("#input-685HTXM-8SSX").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-512M]").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-8SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-512M]").html("
(Included in 685HTXM-8SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-512M]").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-8SSX").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-512M]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512M]").prop("disabled",false);
jQuery("[id^=input-512M]").prop("included_option", false);
//if(!jQuery("#input-512M").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512M").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512M").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-8SSX-512M").remove();
}
}); // end click listener
jQuery("#input-685HTXM-8SSX").change(function(){
if(jQuery("#input-685HTXM-8SSX").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-8SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-551]").html("
(Included in 685HTXM-8SSX - 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-8SSX").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-8SSX-551").remove();
}
}); // end click listener
jQuery("#input-685HTXM-8SSX").change(function(){
if(jQuery("#input-685HTXM-8SSX").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-760B]").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-8SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-760B]").html("
(Included in 685HTXM-8SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-760B]").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-8SSX").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-760B]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-760B]").prop("disabled",false);
jQuery("[id^=input-760B]").prop("included_option", false);
//if(!jQuery("#input-760B").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-760B").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-760B").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-8SSX-760B").remove();
}
}); // end click listener
jQuery("#input-685HTXM-8SSX").change(function(){
if(jQuery("#input-685HTXM-8SSX").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-8SSXBLK]").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-8SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-759B-8SSXBLK]").html("
(Included in 685HTXM-8SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-759B-8SSXBLK]").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-8SSX").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-8SSXBLK]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-759B-8SSXBLK]").prop("disabled",false);
jQuery("[id^=input-759B-8SSXBLK]").prop("included_option", false);
//if(!jQuery("#input-759B-8SSXBLK").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-759B-8SSXBLK").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-759B-8SSXBLK").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-8SSX-759B-8SSXBLK").remove();
}
}); // end click listener
jQuery("#input-685HTXV-8SSX").change(function(){
if(jQuery("#input-685HTXV-8SSX").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-512V]").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-8SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-512V]").html("
(Included in 685HTXV-8SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-512V]").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-8SSX").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-512V]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512V]").prop("disabled",false);
jQuery("[id^=input-512V]").prop("included_option", false);
//if(!jQuery("#input-512V").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512V").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512V").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-8SSX-512V").remove();
}
}); // end click listener
jQuery("#input-685HTXV-8SSX").change(function(){
if(jQuery("#input-685HTXV-8SSX").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-8SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-551]").html("
(Included in 685HTXV-8SSX - 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-8SSX").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-8SSX-551").remove();
}
}); // end click listener
jQuery("#input-685HTXV-8SSX").change(function(){
if(jQuery("#input-685HTXV-8SSX").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-760B]").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-8SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-760B]").html("
(Included in 685HTXV-8SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-760B]").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-8SSX").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-760B]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-760B]").prop("disabled",false);
jQuery("[id^=input-760B]").prop("included_option", false);
//if(!jQuery("#input-760B").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-760B").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-760B").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-8SSX-760B").remove();
}
}); // end click listener
jQuery("#input-685HTXV-8SSX").change(function(){
if(jQuery("#input-685HTXV-8SSX").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-8SSXBLK]").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-8SSX - Black Edition HTX Hardtop Package)
");
jQuery("[id^=note-759B-8SSXBLK]").html("
(Included in 685HTXV-8SSX - Black Edition HTX Hardtop Package)");
jQuery("[id^=input-759B-8SSXBLK]").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-8SSX").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-8SSXBLK]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-759B-8SSXBLK]").prop("disabled",false);
jQuery("[id^=input-759B-8SSXBLK]").prop("included_option", false);
//if(!jQuery("#input-759B-8SSXBLK").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-759B-8SSXBLK").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-759B-8SSXBLK").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-8SSX-759B-8SSXBLK").remove();
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){
jQuery("#input-951-8SSXBLK").change(function(){
if(jQuery("#input-951-8SSXBLK").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-8SSXBLK]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-8SSXBLK - 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-8SSXBLK]").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-8SSXBLK");
//alert(jQuery("[id^=input-951-8SSXBLK]").attr("title"));
//alert(jQuery("[id^=input-951-8SSXBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-8SSXBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-8SSXBLK").prop("checked"))
{
jQuery("#input-951-8SSXBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-951-8SSXBLK");
//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-8SSXBLK-979]").length === 0)
{
jQuery("#note-951-8SSXBLK").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-8SSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-8SSXBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-8SSXBLK-979]").remove();
jQuery("[id^=input-951-8SSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-8SSXBLU").change(function(){
if(jQuery("#input-951-8SSXBLU").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-8SSXBLU]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-8SSXBLU - 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-8SSXBLU]").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-8SSXBLU");
//alert(jQuery("[id^=input-951-8SSXBLU]").attr("title"));
//alert(jQuery("[id^=input-951-8SSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-8SSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-8SSXBLU").prop("checked"))
{
jQuery("#input-951-8SSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-951-8SSXBLU");
//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-8SSXBLU-979]").length === 0)
{
jQuery("#note-951-8SSXBLU").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-8SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-8SSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-8SSXBLU-979]").remove();
jQuery("[id^=input-951-8SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-8SSXALY").change(function(){
if(jQuery("#input-951-8SSXALY").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-8SSXALY]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-8SSXALY - 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-8SSXALY]").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-8SSXALY");
//alert(jQuery("[id^=input-951-8SSXALY]").attr("title"));
//alert(jQuery("[id^=input-951-8SSXALY]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-8SSXALY").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-8SSXALY").prop("checked"))
{
jQuery("#input-951-8SSXALY").removeAttr("checked").change();
}
//console.log("if of reverse input-951-8SSXALY");
//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-8SSXALY-979]").length === 0)
{
jQuery("#note-951-8SSXALY").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-8SSXALY]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-8SSXALY").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-8SSXALY-979]").remove();
jQuery("[id^=input-951-8SSXALY]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-8SSXSTL").change(function(){
if(jQuery("#input-951-8SSXSTL").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-8SSXSTL]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-8SSXSTL - 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-8SSXSTL]").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-8SSXSTL");
//alert(jQuery("[id^=input-951-8SSXSTL]").attr("title"));
//alert(jQuery("[id^=input-951-8SSXSTL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-8SSXSTL").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-8SSXSTL").prop("checked"))
{
jQuery("#input-951-8SSXSTL").removeAttr("checked").change();
}
//console.log("if of reverse input-951-8SSXSTL");
//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-8SSXSTL-979]").length === 0)
{
jQuery("#note-951-8SSXSTL").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-8SSXSTL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-8SSXSTL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-8SSXSTL-979]").remove();
jQuery("[id^=input-951-8SSXSTL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-8SSXICE").change(function(){
if(jQuery("#input-951-8SSXICE").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-8SSXICE]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-8SSXICE - 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-8SSXICE]").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-8SSXICE");
//alert(jQuery("[id^=input-951-8SSXICE]").attr("title"));
//alert(jQuery("[id^=input-951-8SSXICE]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-8SSXICE").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-8SSXICE").prop("checked"))
{
jQuery("#input-951-8SSXICE").removeAttr("checked").change();
}
//console.log("if of reverse input-951-8SSXICE");
//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-8SSXICE-979]").length === 0)
{
jQuery("#note-951-8SSXICE").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-8SSXICE]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-8SSXICE").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-8SSXICE-979]").remove();
jQuery("[id^=input-951-8SSXICE]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-8SSXGRN").change(function(){
if(jQuery("#input-951-8SSXGRN").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-8SSXGRN]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-8SSXGRN - 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-8SSXGRN]").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-8SSXGRN");
//alert(jQuery("[id^=input-951-8SSXGRN]").attr("title"));
//alert(jQuery("[id^=input-951-8SSXGRN]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-8SSXGRN").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-8SSXGRN").prop("checked"))
{
jQuery("#input-951-8SSXGRN").removeAttr("checked").change();
}
//console.log("if of reverse input-951-8SSXGRN");
//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-8SSXGRN-979]").length === 0)
{
jQuery("#note-951-8SSXGRN").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-8SSXGRN]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-8SSXGRN").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-8SSXGRN-979]").remove();
jQuery("[id^=input-951-8SSXGRN]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-951-8SSXATL").change(function(){
if(jQuery("#input-951-8SSXATL").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-8SSXATL]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 951-8SSXATL - Hull Bottom Gelcoat - Atlas 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-8SSXATL]").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-8SSXATL");
//alert(jQuery("[id^=input-951-8SSXATL]").attr("title"));
//alert(jQuery("[id^=input-951-8SSXATL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-951-8SSXATL").prop("disabled", true);
// determine if checked
if(jQuery("#input-951-8SSXATL").prop("checked"))
{
jQuery("#input-951-8SSXATL").removeAttr("checked").change();
}
//console.log("if of reverse input-951-8SSXATL");
//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-8SSXATL-979]").length === 0)
{
jQuery("#note-951-8SSXATL").append("
(N/A with 979 )");
}
jQuery("[id^=input-951-8SSXATL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-951-8SSXATL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-951-8SSXATL-979]").remove();
jQuery("[id^=input-951-8SSXATL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-911-8SSX").change(function(){
if(jQuery("#input-911-8SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-8SSXBLK]");
//alert(jQuery("[id^=input-950-8SSXBLK]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-8SSXBLK]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-8SSXBLK]").prop("checked"))
{
jQuery("[id^=input-950-8SSXBLK]").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-8SSXBLK-911-8SSX]").length === 0)
{
jQuery("[id^=note-950-8SSXBLK]").append("
(N/A with 911-8SSX - Painted Metallic Hull Stripe - Black)");
}
jQuery("[id^=input-950-8SSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-8SSXBLK]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-8SSXBLK-911-8SSX]").remove();
jQuery("[id^=input-950-8SSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-8SSXBLK]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-911-8SSX");
//alert(jQuery("[id^=input-911-8SSX]").attr("title"));
//alert(jQuery("[id^=input-911-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-911-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-911-8SSX").prop("checked"))
{
jQuery("#input-911-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-911-8SSX");
//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-8SSX-950-8SSXBLK]").length === 0)
{
jQuery("#note-911-8SSX").append("
(N/A with 950-8SSXBLK )");
}
jQuery("[id^=input-911-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-911-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-911-8SSX-950-8SSXBLK]").remove();
jQuery("[id^=input-911-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-906-8SSX").change(function(){
if(jQuery("#input-906-8SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-8SSXBLU]");
//alert(jQuery("[id^=input-950-8SSXBLU]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-8SSXBLU]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-8SSXBLU]").prop("checked"))
{
jQuery("[id^=input-950-8SSXBLU]").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-8SSXBLU-906-8SSX]").length === 0)
{
jQuery("[id^=note-950-8SSXBLU]").append("
(N/A with 906-8SSX - Painted Metallic Hull Stripe - Blue)");
}
jQuery("[id^=input-950-8SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-8SSXBLU]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-8SSXBLU-906-8SSX]").remove();
jQuery("[id^=input-950-8SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-8SSXBLU]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-906-8SSX");
//alert(jQuery("[id^=input-906-8SSX]").attr("title"));
//alert(jQuery("[id^=input-906-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-906-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-906-8SSX").prop("checked"))
{
jQuery("#input-906-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-906-8SSX");
//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-8SSX-950-8SSXBLU]").length === 0)
{
jQuery("#note-906-8SSX").append("
(N/A with 950-8SSXBLU )");
}
jQuery("[id^=input-906-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-906-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-906-8SSX-950-8SSXBLU]").remove();
jQuery("[id^=input-906-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-903-8SSX").change(function(){
if(jQuery("#input-903-8SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-8SSXWHT]");
//alert(jQuery("[id^=input-950-8SSXWHT]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-8SSXWHT]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-8SSXWHT]").prop("checked"))
{
jQuery("[id^=input-950-8SSXWHT]").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-8SSXWHT-903-8SSX]").length === 0)
{
jQuery("[id^=note-950-8SSXWHT]").append("
(N/A with 903-8SSX - Painted Metallic Hull Stripe - White)");
}
jQuery("[id^=input-950-8SSXWHT]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-8SSXWHT]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-8SSXWHT-903-8SSX]").remove();
jQuery("[id^=input-950-8SSXWHT]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-8SSXWHT]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-903-8SSX");
//alert(jQuery("[id^=input-903-8SSX]").attr("title"));
//alert(jQuery("[id^=input-903-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-903-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-903-8SSX").prop("checked"))
{
jQuery("#input-903-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-903-8SSX");
//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-8SSX-950-8SSXWHT]").length === 0)
{
jQuery("#note-903-8SSX").append("
(N/A with 950-8SSXWHT )");
}
jQuery("[id^=input-903-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-903-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-903-8SSX-950-8SSXWHT]").remove();
jQuery("[id^=input-903-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-590-8SSXBLU").change(function(){
if(jQuery("#input-590-8SSXBLU").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-8SSXBLU]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 590-8SSXBLU - 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-8SSXBLU]").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-8SSXBLU");
//alert(jQuery("[id^=input-590-8SSXBLU]").attr("title"));
//alert(jQuery("[id^=input-590-8SSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-590-8SSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-590-8SSXBLU").prop("checked"))
{
jQuery("#input-590-8SSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-590-8SSXBLU");
//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-8SSXBLU-979]").length === 0)
{
jQuery("#note-590-8SSXBLU").append("
(N/A with 979 )");
}
jQuery("[id^=input-590-8SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-590-8SSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-590-8SSXBLU-979]").remove();
jQuery("[id^=input-590-8SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-590-8SSXSBL").change(function(){
if(jQuery("#input-590-8SSXSBL").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-8SSXSBL]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 590-8SSXSBL - 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-8SSXSBL]").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-8SSXSBL");
//alert(jQuery("[id^=input-590-8SSXSBL]").attr("title"));
//alert(jQuery("[id^=input-590-8SSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-590-8SSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-590-8SSXSBL").prop("checked"))
{
jQuery("#input-590-8SSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-590-8SSXSBL");
//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-8SSXSBL-979]").length === 0)
{
jQuery("#note-590-8SSXSBL").append("
(N/A with 979 )");
}
jQuery("[id^=input-590-8SSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-590-8SSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-590-8SSXSBL-979]").remove();
jQuery("[id^=input-590-8SSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-562-8SSXBLK").change(function(){
if(jQuery("#input-562-8SSXBLK").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-8SSXBLK]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 562-8SSXBLK - 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-8SSXBLK]").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-8SSXBLK");
//alert(jQuery("[id^=input-562-8SSXBLK]").attr("title"));
//alert(jQuery("[id^=input-562-8SSXBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-562-8SSXBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-562-8SSXBLK").prop("checked"))
{
jQuery("#input-562-8SSXBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-562-8SSXBLK");
//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-8SSXBLK-759]").length === 0)
{
jQuery("#note-562-8SSXBLK").append("
(N/A with 759 )");
}
jQuery("[id^=input-562-8SSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-562-8SSXBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-8SSXBLK-759]").remove();
jQuery("[id^=input-562-8SSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-562-8SSXBLU").change(function(){
if(jQuery("#input-562-8SSXBLU").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-8SSXBLU]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 562-8SSXBLU - 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-8SSXBLU]").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-8SSXBLU");
//alert(jQuery("[id^=input-562-8SSXBLU]").attr("title"));
//alert(jQuery("[id^=input-562-8SSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-562-8SSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-562-8SSXBLU").prop("checked"))
{
jQuery("#input-562-8SSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-562-8SSXBLU");
//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-8SSXBLU-759]").length === 0)
{
jQuery("#note-562-8SSXBLU").append("
(N/A with 759 )");
}
jQuery("[id^=input-562-8SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-562-8SSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-8SSXBLU-759]").remove();
jQuery("[id^=input-562-8SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-562-8SSXBLU").change(function(){
if(jQuery("#input-562-8SSXBLU").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-8SSXBLU]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 562-8SSXBLU - 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-8SSXBLU]").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-8SSXBLU");
//alert(jQuery("[id^=input-562-8SSXBLU]").attr("title"));
//alert(jQuery("[id^=input-562-8SSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-562-8SSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-562-8SSXBLU").prop("checked"))
{
jQuery("#input-562-8SSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-562-8SSXBLU");
//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-8SSXBLU-979]").length === 0)
{
jQuery("#note-562-8SSXBLU").append("
(N/A with 979 )");
}
jQuery("[id^=input-562-8SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-562-8SSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-8SSXBLU-979]").remove();
jQuery("[id^=input-562-8SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-562-8SSXSBL").change(function(){
if(jQuery("#input-562-8SSXSBL").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-8SSXSBL]").length === 0)
{
jQuery("[id^=note-759]").append("
(N/A with 562-8SSXSBL - 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-8SSXSBL]").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-8SSXSBL");
//alert(jQuery("[id^=input-562-8SSXSBL]").attr("title"));
//alert(jQuery("[id^=input-562-8SSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-562-8SSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-562-8SSXSBL").prop("checked"))
{
jQuery("#input-562-8SSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-562-8SSXSBL");
//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-8SSXSBL-759]").length === 0)
{
jQuery("#note-562-8SSXSBL").append("
(N/A with 759 )");
}
jQuery("[id^=input-562-8SSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-562-8SSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-8SSXSBL-759]").remove();
jQuery("[id^=input-562-8SSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-562-8SSXSBL").change(function(){
if(jQuery("#input-562-8SSXSBL").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-8SSXSBL]").length === 0)
{
jQuery("[id^=note-979]").append("
(N/A with 562-8SSXSBL - 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-8SSXSBL]").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-8SSXSBL");
//alert(jQuery("[id^=input-562-8SSXSBL]").attr("title"));
//alert(jQuery("[id^=input-562-8SSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-562-8SSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-562-8SSXSBL").prop("checked"))
{
jQuery("#input-562-8SSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-562-8SSXSBL");
//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-8SSXSBL-979]").length === 0)
{
jQuery("#note-562-8SSXSBL").append("
(N/A with 979 )");
}
jQuery("[id^=input-562-8SSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-562-8SSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-562-8SSXSBL-979]").remove();
jQuery("[id^=input-562-8SSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-STANDARD_ARCH").change(function(){
if(jQuery("#input-STANDARD_ARCH").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-STANDARD_ARCH]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with STANDARD_ARCH - EFX Electric Folding Arch Tower - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-STANDARD_ARCH]").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-STANDARD_ARCH");
//alert(jQuery("[id^=input-STANDARD_ARCH]").attr("title"));
//alert(jQuery("[id^=input-STANDARD_ARCH]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-STANDARD_ARCH").prop("disabled", true);
// determine if checked
if(jQuery("#input-STANDARD_ARCH").prop("checked"))
{
jQuery("#input-STANDARD_ARCH").removeAttr("checked").change();
}
//console.log("if of reverse input-STANDARD_ARCH");
//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-STANDARD_ARCH-685]").length === 0)
{
jQuery("#note-STANDARD_ARCH").append("
(N/A with 685 )");
}
jQuery("[id^=input-STANDARD_ARCH]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-STANDARD_ARCH").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-STANDARD_ARCH-685]").remove();
jQuery("[id^=input-STANDARD_ARCH]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-759W-8SSXBLK").change(function(){
if(jQuery("#input-759W-8SSXBLK").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-759W-8SSXBLK]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 759W-8SSXBLK - HTX Folding Hardtop Tower with Ski Tow - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-759W-8SSXBLK]").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-759W-8SSXBLK");
//alert(jQuery("[id^=input-759W-8SSXBLK]").attr("title"));
//alert(jQuery("[id^=input-759W-8SSXBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-759W-8SSXBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-759W-8SSXBLK").prop("checked"))
{
jQuery("#input-759W-8SSXBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-759W-8SSXBLK");
//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-759W-8SSXBLK-685]").length === 0)
{
jQuery("#note-759W-8SSXBLK").append("
(N/A with 685 )");
}
jQuery("[id^=input-759W-8SSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-759W-8SSXBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759W-8SSXBLK-685]").remove();
jQuery("[id^=input-759W-8SSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-759W-8SSXBLU").change(function(){
if(jQuery("#input-759W-8SSXBLU").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-759W-8SSXBLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 759W-8SSXBLU - HTX Folding Hardtop Tower with Ski Tow - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-759W-8SSXBLU]").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-759W-8SSXBLU");
//alert(jQuery("[id^=input-759W-8SSXBLU]").attr("title"));
//alert(jQuery("[id^=input-759W-8SSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-759W-8SSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-759W-8SSXBLU").prop("checked"))
{
jQuery("#input-759W-8SSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-759W-8SSXBLU");
//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-759W-8SSXBLU-685]").length === 0)
{
jQuery("#note-759W-8SSXBLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-759W-8SSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-759W-8SSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759W-8SSXBLU-685]").remove();
jQuery("[id^=input-759W-8SSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-759W-8SSXSBL").change(function(){
if(jQuery("#input-759W-8SSXSBL").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-759W-8SSXSBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 759W-8SSXSBL - HTX Folding Hardtop Tower with Ski Tow - White)");
}
jQuery("[id^=input-685]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-685]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685-759W-8SSXSBL]").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-759W-8SSXSBL");
//alert(jQuery("[id^=input-759W-8SSXSBL]").attr("title"));
//alert(jQuery("[id^=input-759W-8SSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-759W-8SSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-759W-8SSXSBL").prop("checked"))
{
jQuery("#input-759W-8SSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-759W-8SSXSBL");
//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-759W-8SSXSBL-685]").length === 0)
{
jQuery("#note-759W-8SSXSBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-759W-8SSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-759W-8SSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759W-8SSXSBL-685]").remove();
jQuery("[id^=input-759W-8SSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685M-8SSX").change(function(){
if(jQuery("#input-685M-8SSX").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-8SSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685M-8SSX - 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-8SSX]").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-8SSX");
//alert(jQuery("[id^=input-685M-8SSX]").attr("title"));
//alert(jQuery("[id^=input-685M-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685M-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685M-8SSX").prop("checked"))
{
jQuery("#input-685M-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685M-8SSX");
//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-8SSX-950]").length === 0)
{
jQuery("#note-685M-8SSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685M-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685M-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-8SSX-950]").remove();
jQuery("[id^=input-685M-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685M-8SSX").change(function(){
if(jQuery("#input-685M-8SSX").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-8SSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685M-8SSX - 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-8SSX]").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-8SSX");
//alert(jQuery("[id^=input-685M-8SSX]").attr("title"));
//alert(jQuery("[id^=input-685M-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685M-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685M-8SSX").prop("checked"))
{
jQuery("#input-685M-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685M-8SSX");
//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-8SSX-951]").length === 0)
{
jQuery("#note-685M-8SSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685M-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685M-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-8SSX-951]").remove();
jQuery("[id^=input-685M-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685V-8SSX").change(function(){
if(jQuery("#input-685V-8SSX").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-8SSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685V-8SSX - 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-8SSX]").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-8SSX");
//alert(jQuery("[id^=input-685V-8SSX]").attr("title"));
//alert(jQuery("[id^=input-685V-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685V-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685V-8SSX").prop("checked"))
{
jQuery("#input-685V-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685V-8SSX");
//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-8SSX-950]").length === 0)
{
jQuery("#note-685V-8SSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685V-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685V-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-8SSX-950]").remove();
jQuery("[id^=input-685V-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685V-8SSX").change(function(){
if(jQuery("#input-685V-8SSX").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-8SSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685V-8SSX - 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-8SSX]").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-8SSX");
//alert(jQuery("[id^=input-685V-8SSX]").attr("title"));
//alert(jQuery("[id^=input-685V-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685V-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685V-8SSX").prop("checked"))
{
jQuery("#input-685V-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685V-8SSX");
//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-8SSX-951]").length === 0)
{
jQuery("#note-685V-8SSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685V-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685V-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685V-8SSX-951]").remove();
jQuery("[id^=input-685V-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXM-8SSX").change(function(){
if(jQuery("#input-685HTXM-8SSX").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-8SSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685HTXM-8SSX - 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-8SSX]").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-8SSX");
//alert(jQuery("[id^=input-685HTXM-8SSX]").attr("title"));
//alert(jQuery("[id^=input-685HTXM-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXM-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXM-8SSX").prop("checked"))
{
jQuery("#input-685HTXM-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXM-8SSX");
//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-8SSX-950]").length === 0)
{
jQuery("#note-685HTXM-8SSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685HTXM-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXM-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXM-8SSX-950]").remove();
jQuery("[id^=input-685HTXM-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXM-8SSX").change(function(){
if(jQuery("#input-685HTXM-8SSX").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-8SSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685HTXM-8SSX - 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-8SSX]").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-8SSX");
//alert(jQuery("[id^=input-685HTXM-8SSX]").attr("title"));
//alert(jQuery("[id^=input-685HTXM-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXM-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXM-8SSX").prop("checked"))
{
jQuery("#input-685HTXM-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXM-8SSX");
//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-8SSX-951]").length === 0)
{
jQuery("#note-685HTXM-8SSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685HTXM-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXM-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXM-8SSX-951]").remove();
jQuery("[id^=input-685HTXM-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXV-8SSX").change(function(){
if(jQuery("#input-685HTXV-8SSX").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-8SSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685HTXV-8SSX - 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-8SSX]").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-8SSX");
//alert(jQuery("[id^=input-685HTXV-8SSX]").attr("title"));
//alert(jQuery("[id^=input-685HTXV-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXV-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXV-8SSX").prop("checked"))
{
jQuery("#input-685HTXV-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXV-8SSX");
//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-8SSX-950]").length === 0)
{
jQuery("#note-685HTXV-8SSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685HTXV-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXV-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXV-8SSX-950]").remove();
jQuery("[id^=input-685HTXV-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685HTXV-8SSX").change(function(){
if(jQuery("#input-685HTXV-8SSX").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-8SSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685HTXV-8SSX - 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-8SSX]").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-8SSX");
//alert(jQuery("[id^=input-685HTXV-8SSX]").attr("title"));
//alert(jQuery("[id^=input-685HTXV-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685HTXV-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685HTXV-8SSX").prop("checked"))
{
jQuery("#input-685HTXV-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685HTXV-8SSX");
//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-8SSX-951]").length === 0)
{
jQuery("#note-685HTXV-8SSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685HTXV-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685HTXV-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685HTXV-8SSX-951]").remove();
jQuery("[id^=input-685HTXV-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-682BC-8SSX").change(function(){
if(jQuery("#input-682BC-8SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-STD_SKITOW]");
//alert(jQuery("[id^=input-STD_SKITOW]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW-682BC-8SSX]").length === 0)
{
jQuery("[id^=note-STD_SKITOW]").append("
(N/A with 682BC-8SSX - Connectivity Package)");
}
jQuery("[id^=input-STD_SKITOW]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-STD_SKITOW]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-STD_SKITOW-682BC-8SSX]").remove();
jQuery("[id^=input-STD_SKITOW]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-STD_SKITOW]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-682BC-8SSX");
//alert(jQuery("[id^=input-682BC-8SSX]").attr("title"));
//alert(jQuery("[id^=input-682BC-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-682BC-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-682BC-8SSX").prop("checked"))
{
jQuery("#input-682BC-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-682BC-8SSX");
//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-682BC-8SSX-STD_SKITOW]").length === 0)
{
jQuery("#note-682BC-8SSX").append("
(N/A with STD_SKITOW )");
}
jQuery("[id^=input-682BC-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-682BC-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-682BC-8SSX-STD_SKITOW]").remove();
jQuery("[id^=input-682BC-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-682BS-8SSX").change(function(){
if(jQuery("#input-682BS-8SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-STD_SKITOW]");
//alert(jQuery("[id^=input-STD_SKITOW]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-STD_SKITOW]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-STD_SKITOW]").prop("checked"))
{
jQuery("[id^=input-STD_SKITOW]").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-STD_SKITOW-682BS-8SSX]").length === 0)
{
jQuery("[id^=note-STD_SKITOW]").append("
(N/A with 682BS-8SSX - Connectivity Package)");
}
jQuery("[id^=input-STD_SKITOW]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-STD_SKITOW]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-STD_SKITOW-682BS-8SSX]").remove();
jQuery("[id^=input-STD_SKITOW]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-STD_SKITOW]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-682BS-8SSX");
//alert(jQuery("[id^=input-682BS-8SSX]").attr("title"));
//alert(jQuery("[id^=input-682BS-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-682BS-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-682BS-8SSX").prop("checked"))
{
jQuery("#input-682BS-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-682BS-8SSX");
//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-682BS-8SSX-STD_SKITOW]").length === 0)
{
jQuery("#note-682BS-8SSX").append("
(N/A with STD_SKITOW )");
}
jQuery("[id^=input-682BS-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-682BS-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-682BS-8SSX-STD_SKITOW]").remove();
jQuery("[id^=input-682BS-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-682WC-8SSX").change(function(){
if(jQuery("#input-682WC-8SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-760B]");
//alert(jQuery("[id^=input-760B]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-760B]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B-682WC-8SSX]").length === 0)
{
jQuery("[id^=note-760B]").append("
(N/A with 682WC-8SSX - Connectivity Package)");
}
jQuery("[id^=input-760B]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-760B]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-760B-682WC-8SSX]").remove();
jQuery("[id^=input-760B]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-760B]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-682WC-8SSX");
//alert(jQuery("[id^=input-682WC-8SSX]").attr("title"));
//alert(jQuery("[id^=input-682WC-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-682WC-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-682WC-8SSX").prop("checked"))
{
jQuery("#input-682WC-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-682WC-8SSX");
//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-682WC-8SSX-760B]").length === 0)
{
jQuery("#note-682WC-8SSX").append("
(N/A with 760B )");
}
jQuery("[id^=input-682WC-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-682WC-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-682WC-8SSX-760B]").remove();
jQuery("[id^=input-682WC-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-682WS-8SSX").change(function(){
if(jQuery("#input-682WS-8SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-760B]");
//alert(jQuery("[id^=input-760B]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-760B]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-760B]").prop("checked"))
{
jQuery("[id^=input-760B]").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-760B-682WS-8SSX]").length === 0)
{
jQuery("[id^=note-760B]").append("
(N/A with 682WS-8SSX - Connectivity Package)");
}
jQuery("[id^=input-760B]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-760B]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-760B-682WS-8SSX]").remove();
jQuery("[id^=input-760B]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-760B]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-682WS-8SSX");
//alert(jQuery("[id^=input-682WS-8SSX]").attr("title"));
//alert(jQuery("[id^=input-682WS-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-682WS-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-682WS-8SSX").prop("checked"))
{
jQuery("#input-682WS-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-682WS-8SSX");
//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-682WS-8SSX-760B]").length === 0)
{
jQuery("#note-682WS-8SSX").append("
(N/A with 760B )");
}
jQuery("[id^=input-682WS-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-682WS-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-682WS-8SSX-760B]").remove();
jQuery("[id^=input-682WS-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-512M-8SSX").change(function(){
if(jQuery("#input-512M-8SSX").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-512M-8SSX]").length === 0)
{
jQuery("[id^=note-767B]").append("
(N/A with 512M-8SSX - JL Audio Sound System Upgrade)");
}
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-512M-8SSX]").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-512M-8SSX");
//alert(jQuery("[id^=input-512M-8SSX]").attr("title"));
//alert(jQuery("[id^=input-512M-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-512M-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-512M-8SSX").prop("checked"))
{
jQuery("#input-512M-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-512M-8SSX");
//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-512M-8SSX-767B]").length === 0)
{
jQuery("#note-512M-8SSX").append("
(N/A with 767B )");
}
jQuery("[id^=input-512M-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-512M-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-512M-8SSX-767B]").remove();
jQuery("[id^=input-512M-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-512M-8SSX").change(function(){
if(jQuery("#input-512M-8SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-759B]");
//alert(jQuery("[id^=input-759B]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759B]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759B]").prop("checked"))
{
jQuery("[id^=input-759B]").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-759B-512M-8SSX]").length === 0)
{
jQuery("[id^=note-759B]").append("
(N/A with 512M-8SSX - JL Audio Sound System Upgrade)");
}
jQuery("[id^=input-759B]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759B]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759B-512M-8SSX]").remove();
jQuery("[id^=input-759B]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759B]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-512M-8SSX");
//alert(jQuery("[id^=input-512M-8SSX]").attr("title"));
//alert(jQuery("[id^=input-512M-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-512M-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-512M-8SSX").prop("checked"))
{
jQuery("#input-512M-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-512M-8SSX");
//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-512M-8SSX-759B]").length === 0)
{
jQuery("#note-512M-8SSX").append("
(N/A with 759B )");
}
jQuery("[id^=input-512M-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-512M-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-512M-8SSX-759B]").remove();
jQuery("[id^=input-512M-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-512V-8SSX").change(function(){
if(jQuery("#input-512V-8SSX").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-512V-8SSX]").length === 0)
{
jQuery("[id^=note-767B]").append("
(N/A with 512V-8SSX - JL Audio Sound System Upgrade)");
}
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-512V-8SSX]").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-512V-8SSX");
//alert(jQuery("[id^=input-512V-8SSX]").attr("title"));
//alert(jQuery("[id^=input-512V-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-512V-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-512V-8SSX").prop("checked"))
{
jQuery("#input-512V-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-512V-8SSX");
//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-512V-8SSX-767B]").length === 0)
{
jQuery("#note-512V-8SSX").append("
(N/A with 767B )");
}
jQuery("[id^=input-512V-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-512V-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-512V-8SSX-767B]").remove();
jQuery("[id^=input-512V-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-512V-8SSX").change(function(){
if(jQuery("#input-512V-8SSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-759B]");
//alert(jQuery("[id^=input-759B]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-759B]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-759B]").prop("checked"))
{
jQuery("[id^=input-759B]").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-759B-512V-8SSX]").length === 0)
{
jQuery("[id^=note-759B]").append("
(N/A with 512V-8SSX - JL Audio Sound System Upgrade)");
}
jQuery("[id^=input-759B]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-759B]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-759B-512V-8SSX]").remove();
jQuery("[id^=input-759B]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-759B]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-512V-8SSX");
//alert(jQuery("[id^=input-512V-8SSX]").attr("title"));
//alert(jQuery("[id^=input-512V-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-512V-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-512V-8SSX").prop("checked"))
{
jQuery("#input-512V-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-512V-8SSX");
//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-512V-8SSX-759B]").length === 0)
{
jQuery("#note-512V-8SSX").append("
(N/A with 759B )");
}
jQuery("[id^=input-512V-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-512V-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-512V-8SSX-759B]").remove();
jQuery("[id^=input-512V-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-579-8SSX").change(function(){
if(jQuery("#input-579-8SSX").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-8SSX]").length === 0)
{
jQuery("[id^=note-800]").append("
(N/A with 579-8SSX - 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-8SSX]").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-8SSX");
//alert(jQuery("[id^=input-579-8SSX]").attr("title"));
//alert(jQuery("[id^=input-579-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-579-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-579-8SSX").prop("checked"))
{
jQuery("#input-579-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-579-8SSX");
//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-8SSX-800]").length === 0)
{
jQuery("#note-579-8SSX").append("
(N/A with 800 )");
}
jQuery("[id^=input-579-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-579-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-579-8SSX-800]").remove();
jQuery("[id^=input-579-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-673-8SSX").change(function(){
if(jQuery("#input-673-8SSX").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-673-8SSX]").length === 0)
{
jQuery("[id^=note-800]").append("
(N/A with 673-8SSX - Triple 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-673-8SSX]").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-673-8SSX");
//alert(jQuery("[id^=input-673-8SSX]").attr("title"));
//alert(jQuery("[id^=input-673-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-673-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-673-8SSX").prop("checked"))
{
jQuery("#input-673-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-673-8SSX");
//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-673-8SSX-800]").length === 0)
{
jQuery("#note-673-8SSX").append("
(N/A with 800 )");
}
jQuery("[id^=input-673-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-673-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-673-8SSX-800]").remove();
jQuery("[id^=input-673-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-796DB-8SSX").change(function(){
if(jQuery("#input-796DB-8SSX").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-8SSX]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 796DB-8SSX - 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-8SSX]").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-8SSX");
//alert(jQuery("[id^=input-796DB-8SSX]").attr("title"));
//alert(jQuery("[id^=input-796DB-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-796DB-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-796DB-8SSX").prop("checked"))
{
jQuery("#input-796DB-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-796DB-8SSX");
//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-8SSX-685]").length === 0)
{
jQuery("#note-796DB-8SSX").append("
(N/A with 685 )");
}
jQuery("[id^=input-796DB-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-796DB-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-796DB-8SSX-685]").remove();
jQuery("[id^=input-796DB-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-796DB-8SSX").change(function(){
if(jQuery("#input-796DB-8SSX").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-796DB-8SSX]").length === 0)
{
jQuery("[id^=note-767B]").append("
(N/A with 796DB-8SSX - Diamondback Board Racks - Swiveling)");
}
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-796DB-8SSX]").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-796DB-8SSX");
//alert(jQuery("[id^=input-796DB-8SSX]").attr("title"));
//alert(jQuery("[id^=input-796DB-8SSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-796DB-8SSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-796DB-8SSX").prop("checked"))
{
jQuery("#input-796DB-8SSX").removeAttr("checked").change();
}
//console.log("if of reverse input-796DB-8SSX");
//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-8SSX-767B]").length === 0)
{
jQuery("#note-796DB-8SSX").append("
(N/A with 767B )");
}
jQuery("[id^=input-796DB-8SSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-796DB-8SSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-796DB-8SSX-767B]").remove();
jQuery("[id^=input-796DB-8SSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){ jQuery("#input-979-8SSXBE").change(function(){
if(jQuery("#input-979-8SSXBE").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-979-8SSXBE]").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-8SSXBE]").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-8SSXBE-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-8SSXBE]").hide();
jQuery("[id^=note-single-required-by-979-8SSXBE]").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-8SSXBE]").remove();
}
}); // end click listener
jQuery("#input-979-8SSXBE").change(function(){
if(jQuery("#input-979-8SSXBE").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-979-8SSXBE]").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-8SSXBE]").hide();
jQuery("[id^=note-single-required-by-979-8SSXBE]").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-8SSXBE]").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-535-8SSX").change(function(){
if(jQuery("#input-535-8SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-535-8SSX]").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-8SSX]").hide();
jQuery("[id^=note-single-required-by-535-8SSX]").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-535-8SSX").change(function(){
if(jQuery("#input-535-8SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-535-8SSX]").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-8SSX]").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-8SSX-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-8SSX]").hide();
jQuery("[id^=note-single-required-by-535-8SSX]").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-8SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-8SSXBLK").change(function(){
if(jQuery("#input-759W-8SSXBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-8SSXBLK]").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-759W-8SSXBLK]").hide();
jQuery("[id^=note-single-required-by-759W-8SSXBLK]").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-8SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-8SSXBLU").change(function(){
if(jQuery("#input-759W-8SSXBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-8SSXBLU]").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-759W-8SSXBLU]").hide();
jQuery("[id^=note-single-required-by-759W-8SSXBLU]").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-8SSX]").remove();
}
}); // end click listener
jQuery("#input-759W-8SSXSBL").change(function(){
if(jQuery("#input-759W-8SSXSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759W-8SSXSBL]").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-759W-8SSXSBL]").hide();
jQuery("[id^=note-single-required-by-759W-8SSXSBL]").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-8SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-8SSXBLK").change(function(){
if(jQuery("#input-759B-8SSXBLK").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-8SSXBLK]").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-759B-8SSXBLK]").hide();
jQuery("[id^=note-single-required-by-759B-8SSXBLK]").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-8SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-8SSXBLU").change(function(){
if(jQuery("#input-759B-8SSXBLU").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-8SSXBLU]").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-759B-8SSXBLU]").hide();
jQuery("[id^=note-single-required-by-759B-8SSXBLU]").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-8SSX]").remove();
}
}); // end click listener
jQuery("#input-759B-8SSXSBL").change(function(){
if(jQuery("#input-759B-8SSXSBL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-759B-8SSXSBL]").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-759B-8SSXSBL]").hide();
jQuery("[id^=note-single-required-by-759B-8SSXSBL]").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-8SSX]").remove();
}
}); // end click listener
jQuery("#input-685HTXM-8SSX").change(function(){
if(jQuery("#input-685HTXM-8SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-685HTXM-8SSX]").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-685HTXM-8SSX]").hide();
jQuery("[id^=note-single-required-by-685HTXM-8SSX]").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-8SSX]").remove();
}
}); // end click listener
jQuery("#input-685HTXV-8SSX").change(function(){
if(jQuery("#input-685HTXV-8SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-685HTXV-8SSX]").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-685HTXV-8SSX]").hide();
jQuery("[id^=note-single-required-by-685HTXV-8SSX]").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-8SSX]").remove();
}
}); // end click listener
jQuery("#input-713B-8SSX").change(function(){
if(jQuery("#input-713B-8SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-713B-8SSX]").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-8SSX]").hide();
jQuery("[id^=note-single-required-by-713B-8SSX]").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-8SSX]").remove();
}
}); // end click listener
jQuery("#input-713W-8SSX").change(function(){
if(jQuery("#input-713W-8SSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-713W-8SSX]").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-8SSX]").hide();
jQuery("[id^=note-single-required-by-713W-8SSX]").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-8SSX]").remove();
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){ option_group_data["951-8SSXWHT"] = {}; option_group_data["951-8SSXWHT"]["part_groups"] = new Array();
option_group_data["951-8SSXWHT"]["part_groups"].push("46");
option_group_data["951-8SSXBLK"] = {}; option_group_data["951-8SSXBLK"]["part_groups"] = new Array();
option_group_data["951-8SSXBLK"]["part_groups"].push("45");
option_group_data["951-8SSXBLU"] = {}; option_group_data["951-8SSXBLU"]["part_groups"] = new Array();
option_group_data["951-8SSXBLU"]["part_groups"].push("45");
option_group_data["951-8SSXALY"] = {}; option_group_data["951-8SSXALY"]["part_groups"] = new Array();
option_group_data["951-8SSXALY"]["part_groups"].push("46");
option_group_data["951-8SSXSTL"] = {}; option_group_data["951-8SSXSTL"]["part_groups"] = new Array();
option_group_data["951-8SSXSTL"]["part_groups"].push("45");
option_group_data["951-8SSXICE"] = {}; option_group_data["951-8SSXICE"]["part_groups"] = new Array();
option_group_data["951-8SSXICE"]["part_groups"].push("46");
option_group_data["951-8SSXGRN"] = {}; option_group_data["951-8SSXGRN"]["part_groups"] = new Array();
option_group_data["951-8SSXGRN"]["part_groups"].push("46");
option_group_data["951-8SSXATL"] = {}; option_group_data["951-8SSXATL"]["part_groups"] = new Array();
option_group_data["951-8SSXATL"]["part_groups"].push("46");
option_group_data["979-8SSXBE"] = {}; option_group_data["979-8SSXBE"]["part_groups"] = new Array();
option_group_data["979-8SSXBE"]["part_groups"].push("125");
option_group_data["960-8SSX"] = {}; option_group_data["960-8SSX"]["available_with"] = new Array();
option_group_data["960-8SSX"]["available_with_compound"] = new Array();
option_group_data["960-8SSX"]["available_with"].push("45");
option_group_data["960-8SSX"]["available_with"].push("125");
option_group_data["961-8SSX"] = {}; option_group_data["961-8SSX"]["available_with"] = new Array();
option_group_data["961-8SSX"]["available_with_compound"] = new Array();
option_group_data["961-8SSX"]["available_with"].push("46");
option_group_data["532-8SSX"] = {}; option_group_data["532-8SSX"]["part_groups"] = new Array();
option_group_data["532-8SSX"]["part_groups"].push("20");
option_group_data["532-8SSX"]["part_groups"].push("501");
option_group_data["636-8SSX"] = {}; option_group_data["636-8SSX"]["part_groups"] = new Array();
option_group_data["636-8SSX"]["part_groups"].push("22");
option_group_data["636-8SSX"]["part_groups"].push("501");
option_group_data["637-8SSX"] = {}; option_group_data["637-8SSX"]["part_groups"] = new Array();
option_group_data["637-8SSX"]["part_groups"].push("24");
option_group_data["637-8SSX"]["part_groups"].push("501");
option_group_data["638-8SSX"] = {}; option_group_data["638-8SSX"]["part_groups"] = new Array();
option_group_data["638-8SSX"]["part_groups"].push("27");
option_group_data["638-8SSX"]["part_groups"].push("95");
option_group_data["638-8SSX"]["part_groups"].push("502");
option_group_data["535-8SSX"] = {}; option_group_data["535-8SSX"]["part_groups"] = new Array();
option_group_data["535-8SSX"]["part_groups"].push("27");
option_group_data["535-8SSX"]["part_groups"].push("98");
option_group_data["535-8SSX"]["part_groups"].push("502");
option_group_data["STANDARD_ARCH"] = {}; option_group_data["STANDARD_ARCH"]["part_groups"] = new Array();
option_group_data["STANDARD_ARCH"]["part_groups"].push("9");
option_group_data["767B-8SSX"] = {}; option_group_data["767B-8SSX"]["part_groups"] = new Array();
option_group_data["767B-8SSX"]["part_groups"].push("8");
option_group_data["759W-8SSXBLK"] = {}; option_group_data["759W-8SSXBLK"]["part_groups"] = new Array();
option_group_data["759W-8SSXBLK"]["part_groups"].push("12");
option_group_data["759W-8SSXBLU"] = {}; option_group_data["759W-8SSXBLU"]["part_groups"] = new Array();
option_group_data["759W-8SSXBLU"]["part_groups"].push("12");
option_group_data["759W-8SSXSBL"] = {}; option_group_data["759W-8SSXSBL"]["part_groups"] = new Array();
option_group_data["759W-8SSXSBL"]["part_groups"].push("12");
option_group_data["759B-8SSXBLK"] = {}; option_group_data["759B-8SSXBLK"]["part_groups"] = new Array();
option_group_data["759B-8SSXBLK"]["part_groups"].push("11");
option_group_data["759B-8SSXBLU"] = {}; option_group_data["759B-8SSXBLU"]["part_groups"] = new Array();
option_group_data["759B-8SSXBLU"]["part_groups"].push("11");
option_group_data["759B-8SSXSBL"] = {}; option_group_data["759B-8SSXSBL"]["part_groups"] = new Array();
option_group_data["759B-8SSXSBL"]["part_groups"].push("11");
option_group_data["642-8SSXBLK"] = {}; option_group_data["642-8SSXBLK"]["available_with"] = new Array();
option_group_data["642-8SSXBLK"]["available_with_compound"] = new Array();
option_group_data["642-8SSXBLK"]["available_with"].push("9");
option_group_data["642HTX-8SSXBLK"] = {}; option_group_data["642HTX-8SSXBLK"]["available_with"] = new Array();
option_group_data["642HTX-8SSXBLK"]["available_with_compound"] = new Array();
option_group_data["642HTX-8SSXBLK"]["available_with"].push("12");
option_group_data["642B-8SSXWHT"] = {}; option_group_data["642B-8SSXWHT"]["available_with"] = new Array();
option_group_data["642B-8SSXWHT"]["available_with_compound"] = new Array();
option_group_data["642B-8SSXWHT"]["available_with"].push("8");
option_group_data["642B-8SSXWHT"]["available_with"].push("126");
option_group_data["642HTXB-8SSXWHT"] = {}; option_group_data["642HTXB-8SSXWHT"]["available_with"] = new Array();
option_group_data["642HTXB-8SSXWHT"]["available_with_compound"] = new Array();
option_group_data["642HTXB-8SSXWHT"]["available_with"].push("11");
option_group_data["642HTXB-8SSXWHT"]["available_with"].push("128");
option_group_data["642-8SSXALY"] = {}; option_group_data["642-8SSXALY"]["available_with"] = new Array();
option_group_data["642-8SSXALY"]["available_with_compound"] = new Array();
option_group_data["642-8SSXALY"]["available_with"].push("9");
option_group_data["642B-8SSXALY"] = {}; option_group_data["642B-8SSXALY"]["available_with"] = new Array();
option_group_data["642B-8SSXALY"]["available_with_compound"] = new Array();
option_group_data["642B-8SSXALY"]["available_with"].push("8");
option_group_data["642B-8SSXALY"]["available_with"].push("126");
option_group_data["642HTX-8SSXALY"] = {}; option_group_data["642HTX-8SSXALY"]["available_with"] = new Array();
option_group_data["642HTX-8SSXALY"]["available_with_compound"] = new Array();
option_group_data["642HTX-8SSXALY"]["available_with"].push("12");
option_group_data["642HTXB-8SSXALY"] = {}; option_group_data["642HTXB-8SSXALY"]["available_with"] = new Array();
option_group_data["642HTXB-8SSXALY"]["available_with_compound"] = new Array();
option_group_data["642HTXB-8SSXALY"]["available_with"].push("11");
option_group_data["642HTXB-8SSXALY"]["available_with"].push("128");
option_group_data["642-8SSXSTL"] = {}; option_group_data["642-8SSXSTL"]["available_with"] = new Array();
option_group_data["642-8SSXSTL"]["available_with_compound"] = new Array();
option_group_data["642-8SSXSTL"]["available_with"].push("9");
option_group_data["642B-8SSXSTL"] = {}; option_group_data["642B-8SSXSTL"]["available_with"] = new Array();
option_group_data["642B-8SSXSTL"]["available_with_compound"] = new Array();
option_group_data["642B-8SSXSTL"]["available_with"].push("8");
option_group_data["642B-8SSXSTL"]["available_with"].push("126");
option_group_data["642HTX-8SSXSTL"] = {}; option_group_data["642HTX-8SSXSTL"]["available_with"] = new Array();
option_group_data["642HTX-8SSXSTL"]["available_with_compound"] = new Array();
option_group_data["642HTX-8SSXSTL"]["available_with"].push("12");
option_group_data["642HTXB-8SSXSTL"] = {}; option_group_data["642HTXB-8SSXSTL"]["available_with"] = new Array();
option_group_data["642HTXB-8SSXSTL"]["available_with_compound"] = new Array();
option_group_data["642HTXB-8SSXSTL"]["available_with"].push("11");
option_group_data["642HTXB-8SSXSTL"]["available_with"].push("128");
option_group_data["642HTX-8SSXGRN"] = {}; option_group_data["642HTX-8SSXGRN"]["available_with"] = new Array();
option_group_data["642HTX-8SSXGRN"]["available_with_compound"] = new Array();
option_group_data["642HTX-8SSXGRN"]["available_with"].push("12");
option_group_data["642B-8SSXGRN"] = {}; option_group_data["642B-8SSXGRN"]["available_with"] = new Array();
option_group_data["642B-8SSXGRN"]["available_with_compound"] = new Array();
option_group_data["642B-8SSXGRN"]["available_with"].push("8");
option_group_data["642B-8SSXGRN"]["available_with"].push("126");
option_group_data["642HTXB-8SSXGRN"] = {}; option_group_data["642HTXB-8SSXGRN"]["available_with"] = new Array();
option_group_data["642HTXB-8SSXGRN"]["available_with_compound"] = new Array();
option_group_data["642HTXB-8SSXGRN"]["available_with"].push("11");
option_group_data["642HTXB-8SSXGRN"]["available_with"].push("128");
option_group_data["642-8SSXGRN"] = {}; option_group_data["642-8SSXGRN"]["available_with"] = new Array();
option_group_data["642-8SSXGRN"]["available_with_compound"] = new Array();
option_group_data["642-8SSXGRN"]["available_with"].push("9");
option_group_data["642-8SSXBLU"] = {}; option_group_data["642-8SSXBLU"]["available_with"] = new Array();
option_group_data["642-8SSXBLU"]["available_with_compound"] = new Array();
option_group_data["642-8SSXBLU"]["available_with"].push("9");
option_group_data["642B-8SSXBLU"] = {}; option_group_data["642B-8SSXBLU"]["available_with"] = new Array();
option_group_data["642B-8SSXBLU"]["available_with_compound"] = new Array();
option_group_data["642B-8SSXBLU"]["available_with"].push("8");
option_group_data["642B-8SSXBLU"]["available_with"].push("126");
option_group_data["642HTX-8SSXBLU"] = {}; option_group_data["642HTX-8SSXBLU"]["available_with"] = new Array();
option_group_data["642HTX-8SSXBLU"]["available_with_compound"] = new Array();
option_group_data["642HTX-8SSXBLU"]["available_with"].push("12");
option_group_data["642HTXB-8SSXBLU"] = {}; option_group_data["642HTXB-8SSXBLU"]["available_with"] = new Array();
option_group_data["642HTXB-8SSXBLU"]["available_with_compound"] = new Array();
option_group_data["642HTXB-8SSXBLU"]["available_with"].push("11");
option_group_data["642HTXB-8SSXBLU"]["available_with"].push("128");
option_group_data["642-8SSXICE"] = {}; option_group_data["642-8SSXICE"]["available_with"] = new Array();
option_group_data["642-8SSXICE"]["available_with_compound"] = new Array();
option_group_data["642-8SSXICE"]["available_with"].push("9");
option_group_data["642B-8SSXICE"] = {}; option_group_data["642B-8SSXICE"]["available_with"] = new Array();
option_group_data["642B-8SSXICE"]["available_with_compound"] = new Array();
option_group_data["642B-8SSXICE"]["available_with"].push("8");
option_group_data["642B-8SSXICE"]["available_with"].push("126");
option_group_data["642HTX-8SSXICE"] = {}; option_group_data["642HTX-8SSXICE"]["available_with"] = new Array();
option_group_data["642HTX-8SSXICE"]["available_with_compound"] = new Array();
option_group_data["642HTX-8SSXICE"]["available_with"].push("12");
option_group_data["642HTXB-8SSXICE"] = {}; option_group_data["642HTXB-8SSXICE"]["available_with"] = new Array();
option_group_data["642HTXB-8SSXICE"]["available_with_compound"] = new Array();
option_group_data["642HTXB-8SSXICE"]["available_with"].push("11");
option_group_data["642HTXB-8SSXICE"]["available_with"].push("128");
option_group_data["642-8SSXATL"] = {}; option_group_data["642-8SSXATL"]["available_with"] = new Array();
option_group_data["642-8SSXATL"]["available_with_compound"] = new Array();
option_group_data["642-8SSXATL"]["available_with"].push("9");
option_group_data["642B-8SSXATL"] = {}; option_group_data["642B-8SSXATL"]["available_with"] = new Array();
option_group_data["642B-8SSXATL"]["available_with_compound"] = new Array();
option_group_data["642B-8SSXATL"]["available_with"].push("8");
option_group_data["642B-8SSXATL"]["available_with"].push("126");
option_group_data["642HTX-8SSXATL"] = {}; option_group_data["642HTX-8SSXATL"]["available_with"] = new Array();
option_group_data["642HTX-8SSXATL"]["available_with_compound"] = new Array();
option_group_data["642HTX-8SSXATL"]["available_with"].push("12");
option_group_data["642HTXB-8SSXATL"] = {}; option_group_data["642HTXB-8SSXATL"]["available_with"] = new Array();
option_group_data["642HTXB-8SSXATL"]["available_with_compound"] = new Array();
option_group_data["642HTXB-8SSXATL"]["available_with"].push("11");
option_group_data["642HTXB-8SSXATL"]["available_with"].push("128");
option_group_data["735-8SSXBLK"] = {}; option_group_data["735-8SSXBLK"]["available_with"] = new Array();
option_group_data["735-8SSXBLK"]["available_with_compound"] = new Array();
option_group_data["735-8SSXBLK"]["available_with"].push("8");
option_group_data["735-8SSXBLK"]["available_with"].push("9");
option_group_data["735-8SSXBLK"]["available_with"].push("126");
option_group_data["735HTX-8SSXBLK"] = {}; option_group_data["735HTX-8SSXBLK"]["available_with"] = new Array();
option_group_data["735HTX-8SSXBLK"]["available_with_compound"] = new Array();
option_group_data["735HTX-8SSXBLK"]["available_with"].push("11");
option_group_data["735HTX-8SSXBLK"]["available_with"].push("12");
option_group_data["735HTX-8SSXBLK"]["available_with"].push("128");
option_group_data["735-8SSXWHT"] = {}; option_group_data["735-8SSXWHT"]["available_with"] = new Array();
option_group_data["735-8SSXWHT"]["available_with_compound"] = new Array();
option_group_data["735-8SSXWHT"]["available_with"].push("8");
option_group_data["735-8SSXWHT"]["available_with"].push("9");
option_group_data["735-8SSXWHT"]["available_with"].push("126");
option_group_data["735HTX-8SSXWHT"] = {}; option_group_data["735HTX-8SSXWHT"]["available_with"] = new Array();
option_group_data["735HTX-8SSXWHT"]["available_with_compound"] = new Array();
option_group_data["735HTX-8SSXWHT"]["available_with"].push("11");
option_group_data["735HTX-8SSXWHT"]["available_with"].push("12");
option_group_data["735HTX-8SSXWHT"]["available_with"].push("128");
option_group_data["765-8SSXWHT"] = {}; option_group_data["765-8SSXWHT"]["available_with"] = new Array();
option_group_data["765-8SSXWHT"]["available_with_compound"] = new Array();
option_group_data["765-8SSXWHT"]["available_with"].push("8");
option_group_data["765-8SSXWHT"]["available_with"].push("9");
option_group_data["765-8SSXWHT"]["available_with"].push("126");
option_group_data["765-8SSXWHT"]["available_with"].push("11");
option_group_data["765-8SSXWHT"]["available_with"].push("12");
option_group_data["765-8SSXWHT"]["available_with"].push("128");
option_group_data["765-8SSXBLK"] = {}; option_group_data["765-8SSXBLK"]["available_with"] = new Array();
option_group_data["765-8SSXBLK"]["available_with_compound"] = new Array();
option_group_data["765-8SSXBLK"]["available_with"].push("8");
option_group_data["765-8SSXBLK"]["available_with"].push("9");
option_group_data["765-8SSXBLK"]["available_with"].push("126");
option_group_data["765-8SSXBLK"]["available_with"].push("11");
option_group_data["765-8SSXBLK"]["available_with"].push("12");
option_group_data["765-8SSXBLK"]["available_with"].push("128");
option_group_data["685M-8SSX"] = {}; option_group_data["685M-8SSX"]["part_groups"] = new Array();
option_group_data["685M-8SSX"]["part_groups"].push("126");
option_group_data["685V-8SSX"] = {}; option_group_data["685V-8SSX"]["part_groups"] = new Array();
option_group_data["685V-8SSX"]["part_groups"].push("126");
option_group_data["685HTXM-8SSX"] = {}; option_group_data["685HTXM-8SSX"]["part_groups"] = new Array();
option_group_data["685HTXM-8SSX"]["part_groups"].push("128");
option_group_data["685HTXV-8SSX"] = {}; option_group_data["685HTXV-8SSX"]["part_groups"] = new Array();
option_group_data["685HTXV-8SSX"]["part_groups"].push("128");
option_group_data["682BC-8SSX"] = {}; option_group_data["682BC-8SSX"]["available_with"] = new Array();
option_group_data["682BC-8SSX"]["available_with_compound"] = new Array();
option_group_data["682BC-8SSX"]["available_with"].push("502");
option_group_data["682BS-8SSX"] = {}; option_group_data["682BS-8SSX"]["available_with"] = new Array();
option_group_data["682BS-8SSX"]["available_with_compound"] = new Array();
option_group_data["682BS-8SSX"]["available_with"].push("501");
option_group_data["682WC-8SSX"] = {}; option_group_data["682WC-8SSX"]["available_with"] = new Array();
option_group_data["682WC-8SSX"]["available_with_compound"] = new Array();
option_group_data["682WC-8SSX"]["available_with"].push("502");
option_group_data["682WS-8SSX"] = {}; option_group_data["682WS-8SSX"]["available_with"] = new Array();
option_group_data["682WS-8SSX"]["available_with_compound"] = new Array();
option_group_data["682WS-8SSX"]["available_with"].push("501");
option_group_data["512BM-8SSX"] = {}; option_group_data["512BM-8SSX"]["available_with"] = new Array();
option_group_data["512BM-8SSX"]["available_with_compound"] = new Array();
option_group_data["512BM-8SSX"]["available_with"].push("8");
option_group_data["512BM-8SSX"]["available_with"].push("11");
option_group_data["512BV-8SSX"] = {}; option_group_data["512BV-8SSX"]["available_with"] = new Array();
option_group_data["512BV-8SSX"]["available_with_compound"] = new Array();
option_group_data["512BV-8SSX"]["available_with"].push("8");
option_group_data["512BV-8SSX"]["available_with"].push("11");
option_group_data["713B-8SSX"] = {}; option_group_data["713B-8SSX"]["available_with"] = new Array();
option_group_data["713B-8SSX"]["available_with_compound"] = new Array();
option_group_data["713B-8SSX"]["available_with"].push("8");
option_group_data["713B-8SSX"]["available_with"].push("126");
option_group_data["713W-8SSX"] = {}; option_group_data["713W-8SSX"]["available_with"] = new Array();
option_group_data["713W-8SSX"]["available_with_compound"] = new Array();
option_group_data["713W-8SSX"]["available_with"].push("9");
option_group_data["560CT-8SSXBE"] = {}; option_group_data["560CT-8SSXBE"]["available_with"] = new Array();
option_group_data["560CT-8SSXBE"]["available_with_compound"] = new Array();
option_group_data["560CT-8SSXBE"]["available_with"].push("98");
option_group_data["560CT-8SSXCYN"] = {}; option_group_data["560CT-8SSXCYN"]["available_with"] = new Array();
option_group_data["560CT-8SSXCYN"]["available_with_compound"] = new Array();
option_group_data["560CT-8SSXCYN"]["available_with"].push("95");
option_group_data["560CT-8SSXLNR"] = {}; option_group_data["560CT-8SSXLNR"]["available_with"] = new Array();
option_group_data["560CT-8SSXLNR"]["available_with_compound"] = new Array();
option_group_data["560CT-8SSXLNR"]["available_with"].push("22");
option_group_data["560CT-8SSXSDW"] = {}; option_group_data["560CT-8SSXSDW"]["available_with"] = new Array();
option_group_data["560CT-8SSXSDW"]["available_with_compound"] = new Array();
option_group_data["560CT-8SSXSDW"]["available_with"].push("24");
option_group_data["560CT-8SSXSLT"] = {}; option_group_data["560CT-8SSXSLT"]["available_with"] = new Array();
option_group_data["560CT-8SSXSLT"]["available_with_compound"] = new Array();
option_group_data["560CT-8SSXSLT"]["available_with"].push("20");
option_group_data["704S-8SSX"] = {}; option_group_data["704S-8SSX"]["available_with"] = new Array();
option_group_data["704S-8SSX"]["available_with_compound"] = new Array();
option_group_data["704S-8SSX"]["available_with"].push("20");
option_group_data["704S-8SSX"]["available_with"].push("22");
option_group_data["704S-8SSX"]["available_with"].push("24");
option_group_data["704C-8SSX"] = {}; option_group_data["704C-8SSX"]["available_with"] = new Array();
option_group_data["704C-8SSX"]["available_with_compound"] = new Array();
option_group_data["704C-8SSX"]["available_with"].push("95");
option_group_data["704BE-8SSX"] = {}; option_group_data["704BE-8SSX"]["available_with"] = new Array();
option_group_data["704BE-8SSX"]["available_with_compound"] = new Array();
option_group_data["704BE-8SSX"]["available_with"].push("98");
option_group_data["796BE-8SSX"] = {}; option_group_data["796BE-8SSX"]["available_with"] = new Array();
option_group_data["796BE-8SSX"]["available_with_compound"] = new Array();
option_group_data["796BE-8SSX"]["available_with"].push("8");
option_group_data["796BE-8SSX"]["available_with"].push("126");
option_group_data["796DB-8SSX"] = {}; option_group_data["796DB-8SSX"]["available_with"] = new Array();
option_group_data["796DB-8SSX"]["available_with_compound"] = new Array();
option_group_data["796DB-8SSX"]["available_with"].push("9");
option_group_data["795B-8SSXHTX"] = {}; option_group_data["795B-8SSXHTX"]["available_with"] = new Array();
option_group_data["795B-8SSXHTX"]["available_with_compound"] = new Array();
option_group_data["795B-8SSXHTX"]["available_with"].push("11");
option_group_data["795W-8SSXHTX"] = {}; option_group_data["795W-8SSXHTX"]["available_with"] = new Array();
option_group_data["795W-8SSXHTX"]["available_with_compound"] = new Array();
option_group_data["795W-8SSXHTX"]["available_with"].push("12");
option_group_data["794B-8SSX"] = {}; option_group_data["794B-8SSX"]["available_with"] = new Array();
option_group_data["794B-8SSX"]["available_with_compound"] = new Array();
option_group_data["794B-8SSX"]["available_with"].push("11");
option_group_data["794W-8SSX"] = {}; option_group_data["794W-8SSX"]["available_with"] = new Array();
option_group_data["794W-8SSX"]["available_with_compound"] = new Array();
option_group_data["794W-8SSX"]["available_with"].push("12");
option_group_data["760B-8SSX"] = {}; option_group_data["760B-8SSX"]["available_with"] = new Array();
option_group_data["760B-8SSX"]["available_with_compound"] = new Array();
option_group_data["760B-8SSX"]["available_with"].push("8");
option_group_data["760B-8SSX"]["available_with"].push("11");
option_group_data["688AA-8SSX"] = {}; option_group_data["688AA-8SSX"]["part_groups"] = new Array();
option_group_data["688AA-8SSX"]["part_groups"].push("61");
option_group_data["688BA-8SSX"] = {}; option_group_data["688BA-8SSX"]["part_groups"] = new Array();
option_group_data["688BA-8SSX"]["part_groups"].push("63");
option_group_data["688WA-8SSX"] = {}; option_group_data["688WA-8SSX"]["part_groups"] = new Array();
option_group_data["688WA-8SSX"]["part_groups"].push("63");
option_group_data["688BE-8SSX"] = {}; option_group_data["688BE-8SSX"]["part_groups"] = new Array();
option_group_data["688BE-8SSX"]["available_with"] = new Array();
option_group_data["688BE-8SSX"]["available_with_compound"] = new Array();
option_group_data["688BE-8SSX"]["part_groups"].push("57");
option_group_data["688BE-8SSX"]["available_with"].push("126");
option_group_data["688BE-8SSX"]["available_with"].push("128");
option_group_data["687-8SSXALM"] = {}; option_group_data["687-8SSXALM"]["available_with"] = new Array();
option_group_data["687-8SSXALM"]["available_with_compound"] = new Array();
option_group_data["687-8SSXALM"]["available_with"].push("61");
option_group_data["687P-8SSX"] = {}; option_group_data["687P-8SSX"]["available_with"] = new Array();
option_group_data["687P-8SSX"]["available_with_compound"] = new Array();
option_group_data["687P-8SSX"]["available_with"].push("63");
option_group_data["687BE-8SSX"] = {}; option_group_data["687BE-8SSX"]["available_with"] = new Array();
option_group_data["687BE-8SSX"]["available_with_compound"] = new Array();
option_group_data["687BE-8SSX"]["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()
});