jQuery(document).ready(function(){
jQuery("#input-979-300OSXBE").change(function(){
if(jQuery("#input-979-300OSXBE").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-300OSXBE - Black Edition Hull)
");
jQuery("[id^=note-BE_HULL]").html("
(Included in 979-300OSXBE - 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-300OSXBE").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-300OSXBE-BE_HULL").remove();
}
}); // end click listener
jQuery("#input-685M-300OSX").change(function(){
if(jQuery("#input-685M-300OSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-512]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685M-300OSX - Black Edition Package - Mercury)
");
jQuery("[id^=note-512]").html("
(Included in 685M-300OSX - Black Edition Package - Mercury)");
jQuery("[id^=input-512]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685M-300OSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-512]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512]").prop("disabled",false);
jQuery("[id^=input-512]").prop("included_option", false);
//if(!jQuery("#input-512").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685M-300OSX-512").remove();
}
}); // end click listener
jQuery("#input-685M-300OSX").change(function(){
if(jQuery("#input-685M-300OSX").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-300OSX - Black Edition Package - Mercury)
");
jQuery("[id^=note-551]").html("
(Included in 685M-300OSX - Black Edition Package - Mercury)");
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-300OSX").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-300OSX-551").remove();
}
}); // end click listener
jQuery("#input-685M-300OSX").change(function(){
if(jQuery("#input-685M-300OSX").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-731]").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-300OSX - Black Edition Package - Mercury)
");
jQuery("[id^=note-731]").html("
(Included in 685M-300OSX - Black Edition Package - Mercury)");
jQuery("[id^=input-731]").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-300OSX").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-731]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-731]").prop("disabled",false);
jQuery("[id^=input-731]").prop("included_option", false);
//if(!jQuery("#input-731").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-731").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-731").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-300OSX-731").remove();
}
}); // end click listener
jQuery("#input-685M-300OSX").change(function(){
if(jQuery("#input-685M-300OSX").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-635-300OSXBLK]").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-300OSX - Black Edition Package - Mercury)
");
jQuery("[id^=note-635-300OSXBLK]").html("
(Included in 685M-300OSX - Black Edition Package - Mercury)");
jQuery("[id^=input-635-300OSXBLK]").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-300OSX").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-635-300OSXBLK]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-635-300OSXBLK]").prop("disabled",false);
jQuery("[id^=input-635-300OSXBLK]").prop("included_option", false);
//if(!jQuery("#input-635-300OSXBLK").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-635-300OSXBLK").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-635-300OSXBLK").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-300OSX-635-300OSXBLK").remove();
}
}); // end click listener
jQuery("#input-685M-300OSX").change(function(){
if(jQuery("#input-685M-300OSX").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-642-300OSXBLK]").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-300OSX - Black Edition Package - Mercury)
");
jQuery("[id^=note-642-300OSXBLK]").html("
(Included in 685M-300OSX - Black Edition Package - Mercury)");
jQuery("[id^=input-642-300OSXBLK]").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-300OSX").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-642-300OSXBLK]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-642-300OSXBLK]").prop("disabled",false);
jQuery("[id^=input-642-300OSXBLK]").prop("included_option", false);
//if(!jQuery("#input-642-300OSXBLK").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-642-300OSXBLK").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-642-300OSXBLK").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-300OSX-642-300OSXBLK").remove();
}
}); // end click listener
jQuery("#input-685B-300OSX").change(function(){
if(jQuery("#input-685B-300OSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-512]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685B-300OSX - Black Edition Package - Blank Engine Only)
");
jQuery("[id^=note-512]").html("
(Included in 685B-300OSX - Black Edition Package - Blank Engine Only)");
jQuery("[id^=input-512]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685B-300OSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-512]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512]").prop("disabled",false);
jQuery("[id^=input-512]").prop("included_option", false);
//if(!jQuery("#input-512").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685B-300OSX-512").remove();
}
}); // end click listener
jQuery("#input-685B-300OSX").change(function(){
if(jQuery("#input-685B-300OSX").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 685B-300OSX - Black Edition Package - Blank Engine Only)
");
jQuery("[id^=note-551]").html("
(Included in 685B-300OSX - Black Edition Package - Blank Engine Only)");
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-685B-300OSX").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-685B-300OSX-551").remove();
}
}); // end click listener
jQuery("#input-685B-300OSX").change(function(){
if(jQuery("#input-685B-300OSX").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-731]").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 685B-300OSX - Black Edition Package - Blank Engine Only)
");
jQuery("[id^=note-731]").html("
(Included in 685B-300OSX - Black Edition Package - Blank Engine Only)");
jQuery("[id^=input-731]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685B-300OSX").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-731]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-731]").prop("disabled",false);
jQuery("[id^=input-731]").prop("included_option", false);
//if(!jQuery("#input-731").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-731").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-731").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-685B-300OSX-731").remove();
}
}); // end click listener
jQuery("#input-685B-300OSX").change(function(){
if(jQuery("#input-685B-300OSX").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-635-300OSXBLK]").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 685B-300OSX - Black Edition Package - Blank Engine Only)
");
jQuery("[id^=note-635-300OSXBLK]").html("
(Included in 685B-300OSX - Black Edition Package - Blank Engine Only)");
jQuery("[id^=input-635-300OSXBLK]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685B-300OSX").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-635-300OSXBLK]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-635-300OSXBLK]").prop("disabled",false);
jQuery("[id^=input-635-300OSXBLK]").prop("included_option", false);
//if(!jQuery("#input-635-300OSXBLK").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-635-300OSXBLK").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-635-300OSXBLK").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-685B-300OSX-635-300OSXBLK").remove();
}
}); // end click listener
jQuery("#input-685B-300OSX").change(function(){
if(jQuery("#input-685B-300OSX").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-642-300OSXBLK]").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 685B-300OSX - Black Edition Package - Blank Engine Only)
");
jQuery("[id^=note-642-300OSXBLK]").html("
(Included in 685B-300OSX - Black Edition Package - Blank Engine Only)");
jQuery("[id^=input-642-300OSXBLK]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685B-300OSX").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-642-300OSXBLK]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-642-300OSXBLK]").prop("disabled",false);
jQuery("[id^=input-642-300OSXBLK]").prop("included_option", false);
//if(!jQuery("#input-642-300OSXBLK").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-642-300OSXBLK").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-642-300OSXBLK").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-685B-300OSX-642-300OSXBLK").remove();
}
}); // end click listener
jQuery("#input-685Y-300OSX").change(function(){
if(jQuery("#input-685Y-300OSX").prop("checked"))
{
// if this is overwrite_group-1 we need to take into account some things
// the visitor should still be able to select other engines
// disable the includes and checks it
jQuery("[id^=input-512]").each(function(){
if(jQuery(this).is(":visible") && jQuery(this).attr("color_rule_applied") != 1 && jQuery(this).attr("canvas_rule_applied") != 1 )
{
jQuery(this).prop("disabled", true);
jQuery(this).prop("included_option", true);
if(!jQuery(this).prop("checked"))
{
jQuery(this).prop("checked", true).change();
}
}
});
// add a note to the disable option to tell why this is disabled but included
//alert("
(Included in 685Y-300OSX - Black Edition Package - Yamaha)
");
jQuery("[id^=note-512]").html("
(Included in 685Y-300OSX - Black Edition Package - Yamaha)");
jQuery("[id^=input-512]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685Y-300OSX").prop("type") == "checkbox")
{
// this was removed 3/2019 by rusty due to it not un disableing checkboxes. not sure why it was here in the first place?
// enables the includes
//jQuery("[id^=input-512]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-512]").prop("disabled",false);
jQuery("[id^=input-512]").prop("included_option", false);
//if(!jQuery("#input-512").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-512").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-512").parent().parent().removeClass("byb_option_green");
// add a note to the disable option to tell why this is disabled but included
jQuery("#note-single-include-685Y-300OSX-512").remove();
}
}); // end click listener
jQuery("#input-685Y-300OSX").change(function(){
if(jQuery("#input-685Y-300OSX").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 685Y-300OSX - Black Edition Package - Yamaha)
");
jQuery("[id^=note-551]").html("
(Included in 685Y-300OSX - Black Edition Package - Yamaha)");
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-685Y-300OSX").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-685Y-300OSX-551").remove();
}
}); // end click listener
jQuery("#input-685Y-300OSX").change(function(){
if(jQuery("#input-685Y-300OSX").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-731]").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 685Y-300OSX - Black Edition Package - Yamaha)
");
jQuery("[id^=note-731]").html("
(Included in 685Y-300OSX - Black Edition Package - Yamaha)");
jQuery("[id^=input-731]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685Y-300OSX").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-731]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-731]").prop("disabled",false);
jQuery("[id^=input-731]").prop("included_option", false);
//if(!jQuery("#input-731").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-731").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-731").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-685Y-300OSX-731").remove();
}
}); // end click listener
jQuery("#input-685Y-300OSX").change(function(){
if(jQuery("#input-685Y-300OSX").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-635-300OSXBLK]").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 685Y-300OSX - Black Edition Package - Yamaha)
");
jQuery("[id^=note-635-300OSXBLK]").html("
(Included in 685Y-300OSX - Black Edition Package - Yamaha)");
jQuery("[id^=input-635-300OSXBLK]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685Y-300OSX").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-635-300OSXBLK]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-635-300OSXBLK]").prop("disabled",false);
jQuery("[id^=input-635-300OSXBLK]").prop("included_option", false);
//if(!jQuery("#input-635-300OSXBLK").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-635-300OSXBLK").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-635-300OSXBLK").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-685Y-300OSX-635-300OSXBLK").remove();
}
}); // end click listener
jQuery("#input-685Y-300OSX").change(function(){
if(jQuery("#input-685Y-300OSX").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-642-300OSXBLK]").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 685Y-300OSX - Black Edition Package - Yamaha)
");
jQuery("[id^=note-642-300OSXBLK]").html("
(Included in 685Y-300OSX - Black Edition Package - Yamaha)");
jQuery("[id^=input-642-300OSXBLK]").parent().parent().addClass("byb_option_green");
}
// here we reverse out everything from above
else
{
// if this is not a radio group
if(jQuery("#input-685Y-300OSX").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-642-300OSXBLK]").prop("disabled",false);
}
// enables the includes
jQuery("[id^=input-642-300OSXBLK]").prop("disabled",false);
jQuery("[id^=input-642-300OSXBLK]").prop("included_option", false);
//if(!jQuery("#input-642-300OSXBLK").prop("checked"))
//{
//alert("i fire now");
//jQuery("#input-642-300OSXBLK").parent().parent().removeClass("byb_option_green");
//}
jQuery("#input-642-300OSXBLK").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-685Y-300OSX-642-300OSXBLK").remove();
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){
jQuery("#input-910-300OSXALY").change(function(){
if(jQuery("#input-910-300OSXALY").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-300OSXALY]");
//alert(jQuery("[id^=input-950-300OSXALY]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-300OSXALY]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-300OSXALY]").prop("checked"))
{
jQuery("[id^=input-950-300OSXALY]").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-300OSXALY-910-300OSXALY]").length === 0)
{
jQuery("[id^=note-950-300OSXALY]").append("
(N/A with 910-300OSXALY - Painted Metallic Hull Stripe - Alloy Gray)");
}
jQuery("[id^=input-950-300OSXALY]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-300OSXALY]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-300OSXALY-910-300OSXALY]").remove();
jQuery("[id^=input-950-300OSXALY]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-300OSXALY]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-910-300OSXALY");
//alert(jQuery("[id^=input-910-300OSXALY]").attr("title"));
//alert(jQuery("[id^=input-910-300OSXALY]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-910-300OSXALY").prop("disabled", true);
// determine if checked
if(jQuery("#input-910-300OSXALY").prop("checked"))
{
jQuery("#input-910-300OSXALY").removeAttr("checked").change();
}
//console.log("if of reverse input-910-300OSXALY");
//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-910-300OSXALY-950-300OSXALY]").length === 0)
{
jQuery("#note-910-300OSXALY").append("
(N/A with 950-300OSXALY )");
}
jQuery("[id^=input-910-300OSXALY]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-910-300OSXALY").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-910-300OSXALY-950-300OSXALY]").remove();
jQuery("[id^=input-910-300OSXALY]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-910-300OSXBLK").change(function(){
if(jQuery("#input-910-300OSXBLK").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-300OSXBLK]");
//alert(jQuery("[id^=input-950-300OSXBLK]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-300OSXBLK]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-300OSXBLK]").prop("checked"))
{
jQuery("[id^=input-950-300OSXBLK]").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-300OSXBLK-910-300OSXBLK]").length === 0)
{
jQuery("[id^=note-950-300OSXBLK]").append("
(N/A with 910-300OSXBLK - Painted Metallic Hull Stripe - Black)");
}
jQuery("[id^=input-950-300OSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-300OSXBLK]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-300OSXBLK-910-300OSXBLK]").remove();
jQuery("[id^=input-950-300OSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-300OSXBLK]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-910-300OSXBLK");
//alert(jQuery("[id^=input-910-300OSXBLK]").attr("title"));
//alert(jQuery("[id^=input-910-300OSXBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-910-300OSXBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-910-300OSXBLK").prop("checked"))
{
jQuery("#input-910-300OSXBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-910-300OSXBLK");
//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-910-300OSXBLK-950-300OSXBLK]").length === 0)
{
jQuery("#note-910-300OSXBLK").append("
(N/A with 950-300OSXBLK )");
}
jQuery("[id^=input-910-300OSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-910-300OSXBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-910-300OSXBLK-950-300OSXBLK]").remove();
jQuery("[id^=input-910-300OSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-910-300OSXWHT").change(function(){
if(jQuery("#input-910-300OSXWHT").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-300OSXWHT]");
//alert(jQuery("[id^=input-950-300OSXWHT]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-300OSXWHT]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-300OSXWHT]").prop("checked"))
{
jQuery("[id^=input-950-300OSXWHT]").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-300OSXWHT-910-300OSXWHT]").length === 0)
{
jQuery("[id^=note-950-300OSXWHT]").append("
(N/A with 910-300OSXWHT - Painted Metallic Hull Stripe - White)");
}
jQuery("[id^=input-950-300OSXWHT]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-300OSXWHT]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-300OSXWHT-910-300OSXWHT]").remove();
jQuery("[id^=input-950-300OSXWHT]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-300OSXWHT]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-910-300OSXWHT");
//alert(jQuery("[id^=input-910-300OSXWHT]").attr("title"));
//alert(jQuery("[id^=input-910-300OSXWHT]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-910-300OSXWHT").prop("disabled", true);
// determine if checked
if(jQuery("#input-910-300OSXWHT").prop("checked"))
{
jQuery("#input-910-300OSXWHT").removeAttr("checked").change();
}
//console.log("if of reverse input-910-300OSXWHT");
//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-910-300OSXWHT-950-300OSXWHT]").length === 0)
{
jQuery("#note-910-300OSXWHT").append("
(N/A with 950-300OSXWHT )");
}
jQuery("[id^=input-910-300OSXWHT]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-910-300OSXWHT").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-910-300OSXWHT-950-300OSXWHT]").remove();
jQuery("[id^=input-910-300OSXWHT]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-910-300OSXBLU").change(function(){
if(jQuery("#input-910-300OSXBLU").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-950-300OSXBLU]");
//alert(jQuery("[id^=input-950-300OSXBLU]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-950-300OSXBLU]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-950-300OSXBLU]").prop("checked"))
{
jQuery("[id^=input-950-300OSXBLU]").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-300OSXBLU-910-300OSXBLU]").length === 0)
{
jQuery("[id^=note-950-300OSXBLU]").append("
(N/A with 910-300OSXBLU - Painted Metallic Hull Stripe - Blue)");
}
jQuery("[id^=input-950-300OSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-950-300OSXBLU]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-950-300OSXBLU-910-300OSXBLU]").remove();
jQuery("[id^=input-950-300OSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-950-300OSXBLU]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-910-300OSXBLU");
//alert(jQuery("[id^=input-910-300OSXBLU]").attr("title"));
//alert(jQuery("[id^=input-910-300OSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-910-300OSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-910-300OSXBLU").prop("checked"))
{
jQuery("#input-910-300OSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-910-300OSXBLU");
//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-910-300OSXBLU-950-300OSXBLU]").length === 0)
{
jQuery("#note-910-300OSXBLU").append("
(N/A with 950-300OSXBLU )");
}
jQuery("[id^=input-910-300OSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-910-300OSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-910-300OSXBLU-950-300OSXBLU]").remove();
jQuery("[id^=input-910-300OSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-677W-300OSX").change(function(){
if(jQuery("#input-677W-300OSX").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-677W-300OSX]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 677W-300OSX - Yamaha Helm Master EX with Maneuverability)");
}
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-677W-300OSX]").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-677W-300OSX");
//alert(jQuery("[id^=input-677W-300OSX]").attr("title"));
//alert(jQuery("[id^=input-677W-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-677W-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-677W-300OSX").prop("checked"))
{
jQuery("#input-677W-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-677W-300OSX");
//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-677W-300OSX-685]").length === 0)
{
jQuery("#note-677W-300OSX").append("
(N/A with 685 )");
}
jQuery("[id^=input-677W-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-677W-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-677W-300OSX-685]").remove();
jQuery("[id^=input-677W-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-677W-300OSX").change(function(){
if(jQuery("#input-677W-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-638]");
//alert(jQuery("[id^=input-638]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-638]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-638]").prop("checked"))
{
jQuery("[id^=input-638]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-638-677W-300OSX]").length === 0)
{
jQuery("[id^=note-638]").append("
(N/A with 677W-300OSX - Yamaha Helm Master EX with Maneuverability)");
}
jQuery("[id^=input-638]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-638]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-638-677W-300OSX]").remove();
jQuery("[id^=input-638]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-638]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-677W-300OSX");
//alert(jQuery("[id^=input-677W-300OSX]").attr("title"));
//alert(jQuery("[id^=input-677W-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-677W-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-677W-300OSX").prop("checked"))
{
jQuery("#input-677W-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-677W-300OSX");
//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-677W-300OSX-638]").length === 0)
{
jQuery("#note-677W-300OSX").append("
(N/A with 638 )");
}
jQuery("[id^=input-677W-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-677W-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-677W-300OSX-638]").remove();
jQuery("[id^=input-677W-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-638Y-300OSX").change(function(){
if(jQuery("#input-638Y-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-307]");
//alert(jQuery("[id^=input-307]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-307]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-307]").prop("checked"))
{
jQuery("[id^=input-307]").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-307-638Y-300OSX]").length === 0)
{
jQuery("[id^=note-307]").append("
(N/A with 638Y-300OSX - Cockpit Interior - Cayenne)");
}
jQuery("[id^=input-307]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-307]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-307-638Y-300OSX]").remove();
jQuery("[id^=input-307]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-307]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-638Y-300OSX");
//alert(jQuery("[id^=input-638Y-300OSX]").attr("title"));
//alert(jQuery("[id^=input-638Y-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-638Y-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-638Y-300OSX").prop("checked"))
{
jQuery("#input-638Y-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-638Y-300OSX");
//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-638Y-300OSX-307]").length === 0)
{
jQuery("#note-638Y-300OSX").append("
(N/A with 307 )");
}
jQuery("[id^=input-638Y-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-638Y-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-638Y-300OSX-307]").remove();
jQuery("[id^=input-638Y-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-638M-300OSX").change(function(){
if(jQuery("#input-638M-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-307]");
//alert(jQuery("[id^=input-307]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-307]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-307]").prop("checked"))
{
jQuery("[id^=input-307]").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-307-638M-300OSX]").length === 0)
{
jQuery("[id^=note-307]").append("
(N/A with 638M-300OSX - Cockpit Interior - Cayenne)");
}
jQuery("[id^=input-307]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-307]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-307-638M-300OSX]").remove();
jQuery("[id^=input-307]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-307]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-638M-300OSX");
//alert(jQuery("[id^=input-638M-300OSX]").attr("title"));
//alert(jQuery("[id^=input-638M-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-638M-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-638M-300OSX").prop("checked"))
{
jQuery("#input-638M-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-638M-300OSX");
//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-638M-300OSX-307]").length === 0)
{
jQuery("#note-638M-300OSX").append("
(N/A with 307 )");
}
jQuery("[id^=input-638M-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-638M-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-638M-300OSX-307]").remove();
jQuery("[id^=input-638M-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-642-300OSXALY").change(function(){
if(jQuery("#input-642-300OSXALY").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-642-300OSXALY]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 642-300OSXALY - Tower Insert Color - Alloy Gray)");
}
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-642-300OSXALY]").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-642-300OSXALY");
//alert(jQuery("[id^=input-642-300OSXALY]").attr("title"));
//alert(jQuery("[id^=input-642-300OSXALY]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-642-300OSXALY").prop("disabled", true);
// determine if checked
if(jQuery("#input-642-300OSXALY").prop("checked"))
{
jQuery("#input-642-300OSXALY").removeAttr("checked").change();
}
//console.log("if of reverse input-642-300OSXALY");
//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-642-300OSXALY-685]").length === 0)
{
jQuery("#note-642-300OSXALY").append("
(N/A with 685 )");
}
jQuery("[id^=input-642-300OSXALY]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-642-300OSXALY").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-642-300OSXALY-685]").remove();
jQuery("[id^=input-642-300OSXALY]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-642B-300OSXALY").change(function(){
if(jQuery("#input-642B-300OSXALY").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-642B-300OSXALY]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 642B-300OSXALY - Tower Insert Color - Alloy Gray)");
}
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-642B-300OSXALY]").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-642B-300OSXALY");
//alert(jQuery("[id^=input-642B-300OSXALY]").attr("title"));
//alert(jQuery("[id^=input-642B-300OSXALY]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-642B-300OSXALY").prop("disabled", true);
// determine if checked
if(jQuery("#input-642B-300OSXALY").prop("checked"))
{
jQuery("#input-642B-300OSXALY").removeAttr("checked").change();
}
//console.log("if of reverse input-642B-300OSXALY");
//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-642B-300OSXALY-685]").length === 0)
{
jQuery("#note-642B-300OSXALY").append("
(N/A with 685 )");
}
jQuery("[id^=input-642B-300OSXALY]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-642B-300OSXALY").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-642B-300OSXALY-685]").remove();
jQuery("[id^=input-642B-300OSXALY]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-642-300OSXBLK").change(function(){
if(jQuery("#input-642-300OSXBLK").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-642-300OSXBLK]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 642-300OSXBLK - Tower Insert Color - Black)");
}
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-642-300OSXBLK]").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-642-300OSXBLK");
//alert(jQuery("[id^=input-642-300OSXBLK]").attr("title"));
//alert(jQuery("[id^=input-642-300OSXBLK]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-642-300OSXBLK").prop("disabled", true);
// determine if checked
if(jQuery("#input-642-300OSXBLK").prop("checked"))
{
jQuery("#input-642-300OSXBLK").removeAttr("checked").change();
}
//console.log("if of reverse input-642-300OSXBLK");
//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-642-300OSXBLK-685]").length === 0)
{
jQuery("#note-642-300OSXBLK").append("
(N/A with 685 )");
}
jQuery("[id^=input-642-300OSXBLK]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-642-300OSXBLK").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-642-300OSXBLK-685]").remove();
jQuery("[id^=input-642-300OSXBLK]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-642-300OSXBLU").change(function(){
if(jQuery("#input-642-300OSXBLU").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-642-300OSXBLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 642-300OSXBLU - Tower Insert Color - Biscayne Blue)");
}
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-642-300OSXBLU]").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-642-300OSXBLU");
//alert(jQuery("[id^=input-642-300OSXBLU]").attr("title"));
//alert(jQuery("[id^=input-642-300OSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-642-300OSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-642-300OSXBLU").prop("checked"))
{
jQuery("#input-642-300OSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-642-300OSXBLU");
//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-642-300OSXBLU-685]").length === 0)
{
jQuery("#note-642-300OSXBLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-642-300OSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-642-300OSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-642-300OSXBLU-685]").remove();
jQuery("[id^=input-642-300OSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-642B-300OSXBLU").change(function(){
if(jQuery("#input-642B-300OSXBLU").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-642B-300OSXBLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 642B-300OSXBLU - Tower Insert Color - Biscayne Blue)");
}
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-642B-300OSXBLU]").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-642B-300OSXBLU");
//alert(jQuery("[id^=input-642B-300OSXBLU]").attr("title"));
//alert(jQuery("[id^=input-642B-300OSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-642B-300OSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-642B-300OSXBLU").prop("checked"))
{
jQuery("#input-642B-300OSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-642B-300OSXBLU");
//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-642B-300OSXBLU-685]").length === 0)
{
jQuery("#note-642B-300OSXBLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-642B-300OSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-642B-300OSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-642B-300OSXBLU-685]").remove();
jQuery("[id^=input-642B-300OSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-642-300OSXSBL").change(function(){
if(jQuery("#input-642-300OSXSBL").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-642-300OSXSBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 642-300OSXSBL - Tower Insert Color - Steel Blue)");
}
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-642-300OSXSBL]").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-642-300OSXSBL");
//alert(jQuery("[id^=input-642-300OSXSBL]").attr("title"));
//alert(jQuery("[id^=input-642-300OSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-642-300OSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-642-300OSXSBL").prop("checked"))
{
jQuery("#input-642-300OSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-642-300OSXSBL");
//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-642-300OSXSBL-685]").length === 0)
{
jQuery("#note-642-300OSXSBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-642-300OSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-642-300OSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-642-300OSXSBL-685]").remove();
jQuery("[id^=input-642-300OSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-642B-300OSXSBL").change(function(){
if(jQuery("#input-642B-300OSXSBL").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-642B-300OSXSBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 642B-300OSXSBL - Tower Insert Color - Steel Blue)");
}
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-642B-300OSXSBL]").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-642B-300OSXSBL");
//alert(jQuery("[id^=input-642B-300OSXSBL]").attr("title"));
//alert(jQuery("[id^=input-642B-300OSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-642B-300OSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-642B-300OSXSBL").prop("checked"))
{
jQuery("#input-642B-300OSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-642B-300OSXSBL");
//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-642B-300OSXSBL-685]").length === 0)
{
jQuery("#note-642B-300OSXSBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-642B-300OSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-642B-300OSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-642B-300OSXSBL-685]").remove();
jQuery("[id^=input-642B-300OSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-642B-300OSXWHT").change(function(){
if(jQuery("#input-642B-300OSXWHT").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-642B-300OSXWHT]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 642B-300OSXWHT - Tower Insert Color - 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-642B-300OSXWHT]").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-642B-300OSXWHT");
//alert(jQuery("[id^=input-642B-300OSXWHT]").attr("title"));
//alert(jQuery("[id^=input-642B-300OSXWHT]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-642B-300OSXWHT").prop("disabled", true);
// determine if checked
if(jQuery("#input-642B-300OSXWHT").prop("checked"))
{
jQuery("#input-642B-300OSXWHT").removeAttr("checked").change();
}
//console.log("if of reverse input-642B-300OSXWHT");
//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-642B-300OSXWHT-685]").length === 0)
{
jQuery("#note-642B-300OSXWHT").append("
(N/A with 685 )");
}
jQuery("[id^=input-642B-300OSXWHT]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-642B-300OSXWHT").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-642B-300OSXWHT-685]").remove();
jQuery("[id^=input-642B-300OSXWHT]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-642B-300OSXSTL").change(function(){
if(jQuery("#input-642B-300OSXSTL").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-642B-300OSXSTL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 642B-300OSXSTL - Tower Insert Color - Stealth Gray)");
}
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-642B-300OSXSTL]").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-642B-300OSXSTL");
//alert(jQuery("[id^=input-642B-300OSXSTL]").attr("title"));
//alert(jQuery("[id^=input-642B-300OSXSTL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-642B-300OSXSTL").prop("disabled", true);
// determine if checked
if(jQuery("#input-642B-300OSXSTL").prop("checked"))
{
jQuery("#input-642B-300OSXSTL").removeAttr("checked").change();
}
//console.log("if of reverse input-642B-300OSXSTL");
//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-642B-300OSXSTL-685]").length === 0)
{
jQuery("#note-642B-300OSXSTL").append("
(N/A with 685 )");
}
jQuery("[id^=input-642B-300OSXSTL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-642B-300OSXSTL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-642B-300OSXSTL-685]").remove();
jQuery("[id^=input-642B-300OSXSTL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-642-300OSXSTL").change(function(){
if(jQuery("#input-642-300OSXSTL").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-642-300OSXSTL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 642-300OSXSTL - Tower Insert Color - Stealth Gray)");
}
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-642-300OSXSTL]").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-642-300OSXSTL");
//alert(jQuery("[id^=input-642-300OSXSTL]").attr("title"));
//alert(jQuery("[id^=input-642-300OSXSTL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-642-300OSXSTL").prop("disabled", true);
// determine if checked
if(jQuery("#input-642-300OSXSTL").prop("checked"))
{
jQuery("#input-642-300OSXSTL").removeAttr("checked").change();
}
//console.log("if of reverse input-642-300OSXSTL");
//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-642-300OSXSTL-685]").length === 0)
{
jQuery("#note-642-300OSXSTL").append("
(N/A with 685 )");
}
jQuery("[id^=input-642-300OSXSTL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-642-300OSXSTL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-642-300OSXSTL-685]").remove();
jQuery("[id^=input-642-300OSXSTL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-635-300OSXALY").change(function(){
if(jQuery("#input-635-300OSXALY").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-635-300OSXALY]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 635-300OSXALY - Hardtop Underside Gel Color - Alloy Gray)");
}
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-635-300OSXALY]").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-635-300OSXALY");
//alert(jQuery("[id^=input-635-300OSXALY]").attr("title"));
//alert(jQuery("[id^=input-635-300OSXALY]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-635-300OSXALY").prop("disabled", true);
// determine if checked
if(jQuery("#input-635-300OSXALY").prop("checked"))
{
jQuery("#input-635-300OSXALY").removeAttr("checked").change();
}
//console.log("if of reverse input-635-300OSXALY");
//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-635-300OSXALY-685]").length === 0)
{
jQuery("#note-635-300OSXALY").append("
(N/A with 685 )");
}
jQuery("[id^=input-635-300OSXALY]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-635-300OSXALY").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-635-300OSXALY-685]").remove();
jQuery("[id^=input-635-300OSXALY]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-635-300OSXBLU").change(function(){
if(jQuery("#input-635-300OSXBLU").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-635-300OSXBLU]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 635-300OSXBLU - Hardtop Underside Gel Color - Biscayne Blue)");
}
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-635-300OSXBLU]").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-635-300OSXBLU");
//alert(jQuery("[id^=input-635-300OSXBLU]").attr("title"));
//alert(jQuery("[id^=input-635-300OSXBLU]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-635-300OSXBLU").prop("disabled", true);
// determine if checked
if(jQuery("#input-635-300OSXBLU").prop("checked"))
{
jQuery("#input-635-300OSXBLU").removeAttr("checked").change();
}
//console.log("if of reverse input-635-300OSXBLU");
//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-635-300OSXBLU-685]").length === 0)
{
jQuery("#note-635-300OSXBLU").append("
(N/A with 685 )");
}
jQuery("[id^=input-635-300OSXBLU]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-635-300OSXBLU").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-635-300OSXBLU-685]").remove();
jQuery("[id^=input-635-300OSXBLU]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-635-300OSXICE").change(function(){
if(jQuery("#input-635-300OSXICE").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-635-300OSXICE]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 635-300OSXICE - Hardtop Underside Gel Color - Ice Blue)");
}
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-635-300OSXICE]").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-635-300OSXICE");
//alert(jQuery("[id^=input-635-300OSXICE]").attr("title"));
//alert(jQuery("[id^=input-635-300OSXICE]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-635-300OSXICE").prop("disabled", true);
// determine if checked
if(jQuery("#input-635-300OSXICE").prop("checked"))
{
jQuery("#input-635-300OSXICE").removeAttr("checked").change();
}
//console.log("if of reverse input-635-300OSXICE");
//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-635-300OSXICE-685]").length === 0)
{
jQuery("#note-635-300OSXICE").append("
(N/A with 685 )");
}
jQuery("[id^=input-635-300OSXICE]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-635-300OSXICE").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-635-300OSXICE-685]").remove();
jQuery("[id^=input-635-300OSXICE]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-635-300OSXGRN").change(function(){
if(jQuery("#input-635-300OSXGRN").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-635-300OSXGRN]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 635-300OSXGRN - Hardtop Underside Gel Color - Seafoam Green)");
}
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-635-300OSXGRN]").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-635-300OSXGRN");
//alert(jQuery("[id^=input-635-300OSXGRN]").attr("title"));
//alert(jQuery("[id^=input-635-300OSXGRN]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-635-300OSXGRN").prop("disabled", true);
// determine if checked
if(jQuery("#input-635-300OSXGRN").prop("checked"))
{
jQuery("#input-635-300OSXGRN").removeAttr("checked").change();
}
//console.log("if of reverse input-635-300OSXGRN");
//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-635-300OSXGRN-685]").length === 0)
{
jQuery("#note-635-300OSXGRN").append("
(N/A with 685 )");
}
jQuery("[id^=input-635-300OSXGRN]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-635-300OSXGRN").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-635-300OSXGRN-685]").remove();
jQuery("[id^=input-635-300OSXGRN]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-635-300OSXSBL").change(function(){
if(jQuery("#input-635-300OSXSBL").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-635-300OSXSBL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 635-300OSXSBL - Hardtop Underside Gel Color - Steel Blue)");
}
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-635-300OSXSBL]").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-635-300OSXSBL");
//alert(jQuery("[id^=input-635-300OSXSBL]").attr("title"));
//alert(jQuery("[id^=input-635-300OSXSBL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-635-300OSXSBL").prop("disabled", true);
// determine if checked
if(jQuery("#input-635-300OSXSBL").prop("checked"))
{
jQuery("#input-635-300OSXSBL").removeAttr("checked").change();
}
//console.log("if of reverse input-635-300OSXSBL");
//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-635-300OSXSBL-685]").length === 0)
{
jQuery("#note-635-300OSXSBL").append("
(N/A with 685 )");
}
jQuery("[id^=input-635-300OSXSBL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-635-300OSXSBL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-635-300OSXSBL-685]").remove();
jQuery("[id^=input-635-300OSXSBL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-635-300OSXSTL").change(function(){
if(jQuery("#input-635-300OSXSTL").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-635-300OSXSTL]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 635-300OSXSTL - Hardtop Underside Gel Color - Stealth Gray)");
}
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-635-300OSXSTL]").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-635-300OSXSTL");
//alert(jQuery("[id^=input-635-300OSXSTL]").attr("title"));
//alert(jQuery("[id^=input-635-300OSXSTL]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-635-300OSXSTL").prop("disabled", true);
// determine if checked
if(jQuery("#input-635-300OSXSTL").prop("checked"))
{
jQuery("#input-635-300OSXSTL").removeAttr("checked").change();
}
//console.log("if of reverse input-635-300OSXSTL");
//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-635-300OSXSTL-685]").length === 0)
{
jQuery("#note-635-300OSXSTL").append("
(N/A with 685 )");
}
jQuery("[id^=input-635-300OSXSTL]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-635-300OSXSTL").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-635-300OSXSTL-685]").remove();
jQuery("[id^=input-635-300OSXSTL]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-716B-300OSX").change(function(){
if(jQuery("#input-716B-300OSX").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-716B-300OSX]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 716B-300OSX - Sureshade Retracting Canvas - Black)");
}
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-716B-300OSX]").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-716B-300OSX");
//alert(jQuery("[id^=input-716B-300OSX]").attr("title"));
//alert(jQuery("[id^=input-716B-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-716B-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-716B-300OSX").prop("checked"))
{
jQuery("#input-716B-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-716B-300OSX");
//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-716B-300OSX-685]").length === 0)
{
jQuery("#note-716B-300OSX").append("
(N/A with 685 )");
}
jQuery("[id^=input-716B-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-716B-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-716B-300OSX-685]").remove();
jQuery("[id^=input-716B-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-716B-300OSX").change(function(){
if(jQuery("#input-716B-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-638]");
//alert(jQuery("[id^=input-638]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-638]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-638]").prop("checked"))
{
jQuery("[id^=input-638]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-638-716B-300OSX]").length === 0)
{
jQuery("[id^=note-638]").append("
(N/A with 716B-300OSX - Sureshade Retracting Canvas - Black)");
}
jQuery("[id^=input-638]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-638]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-638-716B-300OSX]").remove();
jQuery("[id^=input-638]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-638]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-716B-300OSX");
//alert(jQuery("[id^=input-716B-300OSX]").attr("title"));
//alert(jQuery("[id^=input-716B-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-716B-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-716B-300OSX").prop("checked"))
{
jQuery("#input-716B-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-716B-300OSX");
//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-716B-300OSX-638]").length === 0)
{
jQuery("#note-716B-300OSX").append("
(N/A with 638 )");
}
jQuery("[id^=input-716B-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-716B-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-716B-300OSX-638]").remove();
jQuery("[id^=input-716B-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-716W-300OSX").change(function(){
if(jQuery("#input-716W-300OSX").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-716W-300OSX]").length === 0)
{
jQuery("[id^=note-685]").append("
(N/A with 716W-300OSX - Sureshade Retracting Canvas - 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-716W-300OSX]").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-716W-300OSX");
//alert(jQuery("[id^=input-716W-300OSX]").attr("title"));
//alert(jQuery("[id^=input-716W-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-716W-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-716W-300OSX").prop("checked"))
{
jQuery("#input-716W-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-716W-300OSX");
//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-716W-300OSX-685]").length === 0)
{
jQuery("#note-716W-300OSX").append("
(N/A with 685 )");
}
jQuery("[id^=input-716W-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-716W-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-716W-300OSX-685]").remove();
jQuery("[id^=input-716W-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-716W-300OSX").change(function(){
if(jQuery("#input-716W-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-638]");
//alert(jQuery("[id^=input-638]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-638]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-638]").prop("checked"))
{
jQuery("[id^=input-638]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-638-716W-300OSX]").length === 0)
{
jQuery("[id^=note-638]").append("
(N/A with 716W-300OSX - Sureshade Retracting Canvas - White)");
}
jQuery("[id^=input-638]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-638]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-638-716W-300OSX]").remove();
jQuery("[id^=input-638]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-638]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-716W-300OSX");
//alert(jQuery("[id^=input-716W-300OSX]").attr("title"));
//alert(jQuery("[id^=input-716W-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-716W-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-716W-300OSX").prop("checked"))
{
jQuery("#input-716W-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-716W-300OSX");
//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-716W-300OSX-638]").length === 0)
{
jQuery("#note-716W-300OSX").append("
(N/A with 638 )");
}
jQuery("[id^=input-716W-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-716W-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-716W-300OSX-638]").remove();
jQuery("[id^=input-716W-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685M-300OSX").change(function(){
if(jQuery("#input-685M-300OSX").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-300OSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685M-300OSX - Black Edition Package - Mercury)");
}
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-300OSX]").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-300OSX");
//alert(jQuery("[id^=input-685M-300OSX]").attr("title"));
//alert(jQuery("[id^=input-685M-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685M-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685M-300OSX").prop("checked"))
{
jQuery("#input-685M-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685M-300OSX");
//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-300OSX-950]").length === 0)
{
jQuery("#note-685M-300OSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685M-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685M-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-300OSX-950]").remove();
jQuery("[id^=input-685M-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685M-300OSX").change(function(){
if(jQuery("#input-685M-300OSX").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-300OSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685M-300OSX - Black Edition Package - Mercury)");
}
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-300OSX]").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-300OSX");
//alert(jQuery("[id^=input-685M-300OSX]").attr("title"));
//alert(jQuery("[id^=input-685M-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685M-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685M-300OSX").prop("checked"))
{
jQuery("#input-685M-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685M-300OSX");
//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-300OSX-951]").length === 0)
{
jQuery("#note-685M-300OSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685M-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685M-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685M-300OSX-951]").remove();
jQuery("[id^=input-685M-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685B-300OSX").change(function(){
if(jQuery("#input-685B-300OSX").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-685B-300OSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685B-300OSX - Black Edition Package - Blank Engine Only)");
}
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-685B-300OSX]").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-685B-300OSX");
//alert(jQuery("[id^=input-685B-300OSX]").attr("title"));
//alert(jQuery("[id^=input-685B-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685B-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685B-300OSX").prop("checked"))
{
jQuery("#input-685B-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685B-300OSX");
//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-685B-300OSX-950]").length === 0)
{
jQuery("#note-685B-300OSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685B-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685B-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685B-300OSX-950]").remove();
jQuery("[id^=input-685B-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685B-300OSX").change(function(){
if(jQuery("#input-685B-300OSX").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-685B-300OSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685B-300OSX - Black Edition Package - Blank Engine Only)");
}
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-685B-300OSX]").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-685B-300OSX");
//alert(jQuery("[id^=input-685B-300OSX]").attr("title"));
//alert(jQuery("[id^=input-685B-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685B-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685B-300OSX").prop("checked"))
{
jQuery("#input-685B-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685B-300OSX");
//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-685B-300OSX-951]").length === 0)
{
jQuery("#note-685B-300OSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685B-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685B-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685B-300OSX-951]").remove();
jQuery("[id^=input-685B-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685Y-300OSX").change(function(){
if(jQuery("#input-685Y-300OSX").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-685Y-300OSX]").length === 0)
{
jQuery("[id^=note-950]").append("
(N/A with 685Y-300OSX - Black Edition Package - Yamaha)");
}
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-685Y-300OSX]").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-685Y-300OSX");
//alert(jQuery("[id^=input-685Y-300OSX]").attr("title"));
//alert(jQuery("[id^=input-685Y-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685Y-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685Y-300OSX").prop("checked"))
{
jQuery("#input-685Y-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685Y-300OSX");
//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-685Y-300OSX-950]").length === 0)
{
jQuery("#note-685Y-300OSX").append("
(N/A with 950 )");
}
jQuery("[id^=input-685Y-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685Y-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685Y-300OSX-950]").remove();
jQuery("[id^=input-685Y-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-685Y-300OSX").change(function(){
if(jQuery("#input-685Y-300OSX").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-685Y-300OSX]").length === 0)
{
jQuery("[id^=note-951]").append("
(N/A with 685Y-300OSX - Black Edition Package - Yamaha)");
}
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-685Y-300OSX]").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-685Y-300OSX");
//alert(jQuery("[id^=input-685Y-300OSX]").attr("title"));
//alert(jQuery("[id^=input-685Y-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-685Y-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-685Y-300OSX").prop("checked"))
{
jQuery("#input-685Y-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-685Y-300OSX");
//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-685Y-300OSX-951]").length === 0)
{
jQuery("#note-685Y-300OSX").append("
(N/A with 951 )");
}
jQuery("[id^=input-685Y-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-685Y-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-685Y-300OSX-951]").remove();
jQuery("[id^=input-685Y-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-512-300OSX").change(function(){
if(jQuery("#input-512-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-638]");
//alert(jQuery("[id^=input-638]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-638]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-638]").prop("checked"))
{
jQuery("[id^=input-638]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-638-512-300OSX]").length === 0)
{
jQuery("[id^=note-638]").append("
(N/A with 512-300OSX - JL Audio Sound System Upgrade)");
}
jQuery("[id^=input-638]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-638]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-638-512-300OSX]").remove();
jQuery("[id^=input-638]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-638]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-512-300OSX");
//alert(jQuery("[id^=input-512-300OSX]").attr("title"));
//alert(jQuery("[id^=input-512-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-512-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-512-300OSX").prop("checked"))
{
jQuery("#input-512-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-512-300OSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-512-300OSX-638]").length === 0)
{
jQuery("#note-512-300OSX").append("
(N/A with 638 )");
}
jQuery("[id^=input-512-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-512-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-512-300OSX-638]").remove();
jQuery("[id^=input-512-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-598S-300OSX").change(function(){
if(jQuery("#input-598S-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-535]");
//alert(jQuery("[id^=input-535]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-535]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-535]").prop("checked"))
{
jQuery("[id^=input-535]").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-535-598S-300OSX]").length === 0)
{
jQuery("[id^=note-535]").append("
(N/A with 598S-300OSX - Plasdeck Helm Footrest Mat - Silver)");
}
jQuery("[id^=input-535]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-535]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-535-598S-300OSX]").remove();
jQuery("[id^=input-535]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-535]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-598S-300OSX");
//alert(jQuery("[id^=input-598S-300OSX]").attr("title"));
//alert(jQuery("[id^=input-598S-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-598S-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-598S-300OSX").prop("checked"))
{
jQuery("#input-598S-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-598S-300OSX");
//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-598S-300OSX-535]").length === 0)
{
jQuery("#note-598S-300OSX").append("
(N/A with 535 )");
}
jQuery("[id^=input-598S-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-598S-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-598S-300OSX-535]").remove();
jQuery("[id^=input-598S-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-598S-300OSX").change(function(){
if(jQuery("#input-598S-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-638]");
//alert(jQuery("[id^=input-638]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-638]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-638]").prop("checked"))
{
jQuery("[id^=input-638]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-638-598S-300OSX]").length === 0)
{
jQuery("[id^=note-638]").append("
(N/A with 598S-300OSX - Plasdeck Helm Footrest Mat - Silver)");
}
jQuery("[id^=input-638]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-638]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-638-598S-300OSX]").remove();
jQuery("[id^=input-638]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-638]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-598S-300OSX");
//alert(jQuery("[id^=input-598S-300OSX]").attr("title"));
//alert(jQuery("[id^=input-598S-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-598S-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-598S-300OSX").prop("checked"))
{
jQuery("#input-598S-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-598S-300OSX");
//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-598S-300OSX-638]").length === 0)
{
jQuery("#note-598S-300OSX").append("
(N/A with 638 )");
}
jQuery("[id^=input-598S-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-598S-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-598S-300OSX-638]").remove();
jQuery("[id^=input-598S-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-598T-300OSX").change(function(){
if(jQuery("#input-598T-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-535]");
//alert(jQuery("[id^=input-535]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-535]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-535]").prop("checked"))
{
jQuery("[id^=input-535]").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-535-598T-300OSX]").length === 0)
{
jQuery("[id^=note-535]").append("
(N/A with 598T-300OSX - Plasdeck Helm Footrest Mat - Teak)");
}
jQuery("[id^=input-535]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-535]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-535-598T-300OSX]").remove();
jQuery("[id^=input-535]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-535]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-598T-300OSX");
//alert(jQuery("[id^=input-598T-300OSX]").attr("title"));
//alert(jQuery("[id^=input-598T-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-598T-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-598T-300OSX").prop("checked"))
{
jQuery("#input-598T-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-598T-300OSX");
//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-598T-300OSX-535]").length === 0)
{
jQuery("#note-598T-300OSX").append("
(N/A with 535 )");
}
jQuery("[id^=input-598T-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-598T-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-598T-300OSX-535]").remove();
jQuery("[id^=input-598T-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-598T-300OSX").change(function(){
if(jQuery("#input-598T-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-638]");
//alert(jQuery("[id^=input-638]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-638]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-638]").prop("checked"))
{
jQuery("[id^=input-638]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-638-598T-300OSX]").length === 0)
{
jQuery("[id^=note-638]").append("
(N/A with 598T-300OSX - Plasdeck Helm Footrest Mat - Teak)");
}
jQuery("[id^=input-638]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-638]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-638-598T-300OSX]").remove();
jQuery("[id^=input-638]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-638]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-598T-300OSX");
//alert(jQuery("[id^=input-598T-300OSX]").attr("title"));
//alert(jQuery("[id^=input-598T-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-598T-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-598T-300OSX").prop("checked"))
{
jQuery("#input-598T-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-598T-300OSX");
//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-598T-300OSX-638]").length === 0)
{
jQuery("#note-598T-300OSX").append("
(N/A with 638 )");
}
jQuery("[id^=input-598T-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-598T-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-598T-300OSX-638]").remove();
jQuery("[id^=input-598T-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592D-300OSX").change(function(){
if(jQuery("#input-592D-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-598S]");
//alert(jQuery("[id^=input-598S]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-598S]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-598S]").prop("checked"))
{
jQuery("[id^=input-598S]").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-598S-592D-300OSX]").length === 0)
{
jQuery("[id^=note-598S]").append("
(N/A with 592D-300OSX - Seadek Swim Platform Mat - Dune)");
}
jQuery("[id^=input-598S]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-598S]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-598S-592D-300OSX]").remove();
jQuery("[id^=input-598S]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-598S]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592D-300OSX");
//alert(jQuery("[id^=input-592D-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592D-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592D-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592D-300OSX").prop("checked"))
{
jQuery("#input-592D-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592D-300OSX");
//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-592D-300OSX-598S]").length === 0)
{
jQuery("#note-592D-300OSX").append("
(N/A with 598S )");
}
jQuery("[id^=input-592D-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592D-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592D-300OSX-598S]").remove();
jQuery("[id^=input-592D-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592D-300OSX").change(function(){
if(jQuery("#input-592D-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-598C]");
//alert(jQuery("[id^=input-598C]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-598C]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-598C]").prop("checked"))
{
jQuery("[id^=input-598C]").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-598C-592D-300OSX]").length === 0)
{
jQuery("[id^=note-598C]").append("
(N/A with 592D-300OSX - Seadek Swim Platform Mat - Dune)");
}
jQuery("[id^=input-598C]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-598C]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-598C-592D-300OSX]").remove();
jQuery("[id^=input-598C]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-598C]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592D-300OSX");
//alert(jQuery("[id^=input-592D-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592D-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592D-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592D-300OSX").prop("checked"))
{
jQuery("#input-592D-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592D-300OSX");
//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-592D-300OSX-598C]").length === 0)
{
jQuery("#note-592D-300OSX").append("
(N/A with 598C )");
}
jQuery("[id^=input-592D-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592D-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592D-300OSX-598C]").remove();
jQuery("[id^=input-592D-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592D-300OSX").change(function(){
if(jQuery("#input-592D-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-744]");
//alert(jQuery("[id^=input-744]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-744]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-744]").prop("checked"))
{
jQuery("[id^=input-744]").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-744-592D-300OSX]").length === 0)
{
jQuery("[id^=note-744]").append("
(N/A with 592D-300OSX - Seadek Swim Platform Mat - Dune)");
}
jQuery("[id^=input-744]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-744]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-744-592D-300OSX]").remove();
jQuery("[id^=input-744]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-744]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592D-300OSX");
//alert(jQuery("[id^=input-592D-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592D-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592D-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592D-300OSX").prop("checked"))
{
jQuery("#input-592D-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592D-300OSX");
//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-592D-300OSX-744]").length === 0)
{
jQuery("#note-592D-300OSX").append("
(N/A with 744 )");
}
jQuery("[id^=input-592D-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592D-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592D-300OSX-744]").remove();
jQuery("[id^=input-592D-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592D-300OSX").change(function(){
if(jQuery("#input-592D-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-535]");
//alert(jQuery("[id^=input-535]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-535]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-535]").prop("checked"))
{
jQuery("[id^=input-535]").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-535-592D-300OSX]").length === 0)
{
jQuery("[id^=note-535]").append("
(N/A with 592D-300OSX - Seadek Swim Platform Mat - Dune)");
}
jQuery("[id^=input-535]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-535]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-535-592D-300OSX]").remove();
jQuery("[id^=input-535]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-535]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592D-300OSX");
//alert(jQuery("[id^=input-592D-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592D-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592D-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592D-300OSX").prop("checked"))
{
jQuery("#input-592D-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592D-300OSX");
//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-592D-300OSX-535]").length === 0)
{
jQuery("#note-592D-300OSX").append("
(N/A with 535 )");
}
jQuery("[id^=input-592D-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592D-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592D-300OSX-535]").remove();
jQuery("[id^=input-592D-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592S-300OSX").change(function(){
if(jQuery("#input-592S-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-598T]");
//alert(jQuery("[id^=input-598T]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-598T]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-598T]").prop("checked"))
{
jQuery("[id^=input-598T]").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-598T-592S-300OSX]").length === 0)
{
jQuery("[id^=note-598T]").append("
(N/A with 592S-300OSX - Seadek Swim Platform Mat - Slate)");
}
jQuery("[id^=input-598T]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-598T]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-598T-592S-300OSX]").remove();
jQuery("[id^=input-598T]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-598T]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592S-300OSX");
//alert(jQuery("[id^=input-592S-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592S-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592S-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592S-300OSX").prop("checked"))
{
jQuery("#input-592S-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592S-300OSX");
//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-592S-300OSX-598T]").length === 0)
{
jQuery("#note-592S-300OSX").append("
(N/A with 598T )");
}
jQuery("[id^=input-592S-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592S-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592S-300OSX-598T]").remove();
jQuery("[id^=input-592S-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592S-300OSX").change(function(){
if(jQuery("#input-592S-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-598C]");
//alert(jQuery("[id^=input-598C]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-598C]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-598C]").prop("checked"))
{
jQuery("[id^=input-598C]").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-598C-592S-300OSX]").length === 0)
{
jQuery("[id^=note-598C]").append("
(N/A with 592S-300OSX - Seadek Swim Platform Mat - Slate)");
}
jQuery("[id^=input-598C]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-598C]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-598C-592S-300OSX]").remove();
jQuery("[id^=input-598C]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-598C]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592S-300OSX");
//alert(jQuery("[id^=input-592S-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592S-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592S-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592S-300OSX").prop("checked"))
{
jQuery("#input-592S-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592S-300OSX");
//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-592S-300OSX-598C]").length === 0)
{
jQuery("#note-592S-300OSX").append("
(N/A with 598C )");
}
jQuery("[id^=input-592S-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592S-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592S-300OSX-598C]").remove();
jQuery("[id^=input-592S-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592S-300OSX").change(function(){
if(jQuery("#input-592S-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-744]");
//alert(jQuery("[id^=input-744]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-744]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-744]").prop("checked"))
{
jQuery("[id^=input-744]").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-744-592S-300OSX]").length === 0)
{
jQuery("[id^=note-744]").append("
(N/A with 592S-300OSX - Seadek Swim Platform Mat - Slate)");
}
jQuery("[id^=input-744]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-744]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-744-592S-300OSX]").remove();
jQuery("[id^=input-744]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-744]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592S-300OSX");
//alert(jQuery("[id^=input-592S-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592S-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592S-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592S-300OSX").prop("checked"))
{
jQuery("#input-592S-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592S-300OSX");
//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-592S-300OSX-744]").length === 0)
{
jQuery("#note-592S-300OSX").append("
(N/A with 744 )");
}
jQuery("[id^=input-592S-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592S-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592S-300OSX-744]").remove();
jQuery("[id^=input-592S-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592S-300OSX").change(function(){
if(jQuery("#input-592S-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-535]");
//alert(jQuery("[id^=input-535]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-535]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-535]").prop("checked"))
{
jQuery("[id^=input-535]").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-535-592S-300OSX]").length === 0)
{
jQuery("[id^=note-535]").append("
(N/A with 592S-300OSX - Seadek Swim Platform Mat - Slate)");
}
jQuery("[id^=input-535]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-535]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-535-592S-300OSX]").remove();
jQuery("[id^=input-535]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-535]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592S-300OSX");
//alert(jQuery("[id^=input-592S-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592S-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592S-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592S-300OSX").prop("checked"))
{
jQuery("#input-592S-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592S-300OSX");
//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-592S-300OSX-535]").length === 0)
{
jQuery("#note-592S-300OSX").append("
(N/A with 535 )");
}
jQuery("[id^=input-592S-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592S-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592S-300OSX-535]").remove();
jQuery("[id^=input-592S-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592C-300OSX").change(function(){
if(jQuery("#input-592C-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-598S]");
//alert(jQuery("[id^=input-598S]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-598S]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-598S]").prop("checked"))
{
jQuery("[id^=input-598S]").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-598S-592C-300OSX]").length === 0)
{
jQuery("[id^=note-598S]").append("
(N/A with 592C-300OSX - Seadek Swim Platform Mat - Cayenne)");
}
jQuery("[id^=input-598S]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-598S]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-598S-592C-300OSX]").remove();
jQuery("[id^=input-598S]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-598S]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592C-300OSX");
//alert(jQuery("[id^=input-592C-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592C-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592C-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592C-300OSX").prop("checked"))
{
jQuery("#input-592C-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592C-300OSX");
//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-592C-300OSX-598S]").length === 0)
{
jQuery("#note-592C-300OSX").append("
(N/A with 598S )");
}
jQuery("[id^=input-592C-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592C-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592C-300OSX-598S]").remove();
jQuery("[id^=input-592C-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592C-300OSX").change(function(){
if(jQuery("#input-592C-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-598T]");
//alert(jQuery("[id^=input-598T]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-598T]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-598T]").prop("checked"))
{
jQuery("[id^=input-598T]").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-598T-592C-300OSX]").length === 0)
{
jQuery("[id^=note-598T]").append("
(N/A with 592C-300OSX - Seadek Swim Platform Mat - Cayenne)");
}
jQuery("[id^=input-598T]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-598T]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-598T-592C-300OSX]").remove();
jQuery("[id^=input-598T]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-598T]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592C-300OSX");
//alert(jQuery("[id^=input-592C-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592C-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592C-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592C-300OSX").prop("checked"))
{
jQuery("#input-592C-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592C-300OSX");
//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-592C-300OSX-598T]").length === 0)
{
jQuery("#note-592C-300OSX").append("
(N/A with 598T )");
}
jQuery("[id^=input-592C-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592C-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592C-300OSX-598T]").remove();
jQuery("[id^=input-592C-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592C-300OSX").change(function(){
if(jQuery("#input-592C-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-744]");
//alert(jQuery("[id^=input-744]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-744]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-744]").prop("checked"))
{
jQuery("[id^=input-744]").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-744-592C-300OSX]").length === 0)
{
jQuery("[id^=note-744]").append("
(N/A with 592C-300OSX - Seadek Swim Platform Mat - Cayenne)");
}
jQuery("[id^=input-744]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-744]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-744-592C-300OSX]").remove();
jQuery("[id^=input-744]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-744]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592C-300OSX");
//alert(jQuery("[id^=input-592C-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592C-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592C-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592C-300OSX").prop("checked"))
{
jQuery("#input-592C-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592C-300OSX");
//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-592C-300OSX-744]").length === 0)
{
jQuery("#note-592C-300OSX").append("
(N/A with 744 )");
}
jQuery("[id^=input-592C-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592C-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592C-300OSX-744]").remove();
jQuery("[id^=input-592C-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592STD-300OSX").change(function(){
if(jQuery("#input-592STD-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-535]");
//alert(jQuery("[id^=input-535]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-535]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-535]").prop("checked"))
{
jQuery("[id^=input-535]").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-535-592STD-300OSX]").length === 0)
{
jQuery("[id^=note-535]").append("
(N/A with 592STD-300OSX - Seadek Swim Platform Mat - Dune)");
}
jQuery("[id^=input-535]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-535]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-535-592STD-300OSX]").remove();
jQuery("[id^=input-535]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-535]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592STD-300OSX");
//alert(jQuery("[id^=input-592STD-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592STD-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592STD-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592STD-300OSX").prop("checked"))
{
jQuery("#input-592STD-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592STD-300OSX");
//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-592STD-300OSX-535]").length === 0)
{
jQuery("#note-592STD-300OSX").append("
(N/A with 535 )");
}
jQuery("[id^=input-592STD-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592STD-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592STD-300OSX-535]").remove();
jQuery("[id^=input-592STD-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592STD-300OSX").change(function(){
if(jQuery("#input-592STD-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-638]");
//alert(jQuery("[id^=input-638]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-638]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-638]").prop("checked"))
{
jQuery("[id^=input-638]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-638-592STD-300OSX]").length === 0)
{
jQuery("[id^=note-638]").append("
(N/A with 592STD-300OSX - Seadek Swim Platform Mat - Dune)");
}
jQuery("[id^=input-638]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-638]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-638-592STD-300OSX]").remove();
jQuery("[id^=input-638]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-638]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592STD-300OSX");
//alert(jQuery("[id^=input-592STD-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592STD-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592STD-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592STD-300OSX").prop("checked"))
{
jQuery("#input-592STD-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592STD-300OSX");
//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-592STD-300OSX-638]").length === 0)
{
jQuery("#note-592STD-300OSX").append("
(N/A with 638 )");
}
jQuery("[id^=input-592STD-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592STD-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592STD-300OSX-638]").remove();
jQuery("[id^=input-592STD-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592STS-300OSX").change(function(){
if(jQuery("#input-592STS-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-535]");
//alert(jQuery("[id^=input-535]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-535]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-535]").prop("checked"))
{
jQuery("[id^=input-535]").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-535-592STS-300OSX]").length === 0)
{
jQuery("[id^=note-535]").append("
(N/A with 592STS-300OSX - Seadek Swim Platform Mat - Slate)");
}
jQuery("[id^=input-535]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-535]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-535-592STS-300OSX]").remove();
jQuery("[id^=input-535]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-535]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592STS-300OSX");
//alert(jQuery("[id^=input-592STS-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592STS-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592STS-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592STS-300OSX").prop("checked"))
{
jQuery("#input-592STS-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592STS-300OSX");
//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-592STS-300OSX-535]").length === 0)
{
jQuery("#note-592STS-300OSX").append("
(N/A with 535 )");
}
jQuery("[id^=input-592STS-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592STS-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592STS-300OSX-535]").remove();
jQuery("[id^=input-592STS-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-592STS-300OSX").change(function(){
if(jQuery("#input-592STS-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-638]");
//alert(jQuery("[id^=input-638]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-638]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-638]").prop("checked"))
{
jQuery("[id^=input-638]").prop("checked",false).change();
}
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-638-592STS-300OSX]").length === 0)
{
jQuery("[id^=note-638]").append("
(N/A with 592STS-300OSX - Seadek Swim Platform Mat - Slate)");
}
jQuery("[id^=input-638]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-638]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-638-592STS-300OSX]").remove();
jQuery("[id^=input-638]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-638]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-592STS-300OSX");
//alert(jQuery("[id^=input-592STS-300OSX]").attr("title"));
//alert(jQuery("[id^=input-592STS-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-592STS-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-592STS-300OSX").prop("checked"))
{
jQuery("#input-592STS-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-592STS-300OSX");
//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-592STS-300OSX-638]").length === 0)
{
jQuery("#note-592STS-300OSX").append("
(N/A with 638 )");
}
jQuery("[id^=input-592STS-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-592STS-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592STS-300OSX-638]").remove();
jQuery("[id^=input-592STS-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704C-300OSX").change(function(){
if(jQuery("#input-704C-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592S-]");
//alert(jQuery("[id^=input-592S-]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592S-]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592S-]").prop("checked"))
{
jQuery("[id^=input-592S-]").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-592S--704C-300OSX]").length === 0)
{
jQuery("[id^=note-592S-]").append("
(N/A with 704C-300OSX - Snap-In Seadek Cockpit Flooring - Cayenne)");
}
jQuery("[id^=input-592S-]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592S-]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592S--704C-300OSX]").remove();
jQuery("[id^=input-592S-]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592S-]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704C-300OSX");
//alert(jQuery("[id^=input-704C-300OSX]").attr("title"));
//alert(jQuery("[id^=input-704C-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704C-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-704C-300OSX").prop("checked"))
{
jQuery("#input-704C-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-704C-300OSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704C-300OSX-592S-]").length === 0)
{
jQuery("#note-704C-300OSX").append("
(N/A with 592S- )");
}
jQuery("[id^=input-704C-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704C-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704C-300OSX-592S-]").remove();
jQuery("[id^=input-704C-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704C-300OSX").change(function(){
if(jQuery("#input-704C-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592STS]");
//alert(jQuery("[id^=input-592STS]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592STS]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592STS]").prop("checked"))
{
jQuery("[id^=input-592STS]").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-592STS-704C-300OSX]").length === 0)
{
jQuery("[id^=note-592STS]").append("
(N/A with 704C-300OSX - Snap-In Seadek Cockpit Flooring - Cayenne)");
}
jQuery("[id^=input-592STS]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592STS]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592STS-704C-300OSX]").remove();
jQuery("[id^=input-592STS]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592STS]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704C-300OSX");
//alert(jQuery("[id^=input-704C-300OSX]").attr("title"));
//alert(jQuery("[id^=input-704C-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704C-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-704C-300OSX").prop("checked"))
{
jQuery("#input-704C-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-704C-300OSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704C-300OSX-592STS]").length === 0)
{
jQuery("#note-704C-300OSX").append("
(N/A with 592STS )");
}
jQuery("[id^=input-704C-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704C-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704C-300OSX-592STS]").remove();
jQuery("[id^=input-704C-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704C-300OSX").change(function(){
if(jQuery("#input-704C-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592D]");
//alert(jQuery("[id^=input-592D]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592D]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592D]").prop("checked"))
{
jQuery("[id^=input-592D]").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-592D-704C-300OSX]").length === 0)
{
jQuery("[id^=note-592D]").append("
(N/A with 704C-300OSX - Snap-In Seadek Cockpit Flooring - Cayenne)");
}
jQuery("[id^=input-592D]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592D]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592D-704C-300OSX]").remove();
jQuery("[id^=input-592D]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592D]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704C-300OSX");
//alert(jQuery("[id^=input-704C-300OSX]").attr("title"));
//alert(jQuery("[id^=input-704C-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704C-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-704C-300OSX").prop("checked"))
{
jQuery("#input-704C-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-704C-300OSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704C-300OSX-592D]").length === 0)
{
jQuery("#note-704C-300OSX").append("
(N/A with 592D )");
}
jQuery("[id^=input-704C-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704C-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704C-300OSX-592D]").remove();
jQuery("[id^=input-704C-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704C-300OSX").change(function(){
if(jQuery("#input-704C-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592STD]");
//alert(jQuery("[id^=input-592STD]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592STD]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592STD]").prop("checked"))
{
jQuery("[id^=input-592STD]").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-592STD-704C-300OSX]").length === 0)
{
jQuery("[id^=note-592STD]").append("
(N/A with 704C-300OSX - Snap-In Seadek Cockpit Flooring - Cayenne)");
}
jQuery("[id^=input-592STD]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592STD]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592STD-704C-300OSX]").remove();
jQuery("[id^=input-592STD]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592STD]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704C-300OSX");
//alert(jQuery("[id^=input-704C-300OSX]").attr("title"));
//alert(jQuery("[id^=input-704C-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704C-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-704C-300OSX").prop("checked"))
{
jQuery("#input-704C-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-704C-300OSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704C-300OSX-592STD]").length === 0)
{
jQuery("#note-704C-300OSX").append("
(N/A with 592STD )");
}
jQuery("[id^=input-704C-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704C-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704C-300OSX-592STD]").remove();
jQuery("[id^=input-704C-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704D-300OSX").change(function(){
if(jQuery("#input-704D-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592S-]");
//alert(jQuery("[id^=input-592S-]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592S-]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592S-]").prop("checked"))
{
jQuery("[id^=input-592S-]").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-592S--704D-300OSX]").length === 0)
{
jQuery("[id^=note-592S-]").append("
(N/A with 704D-300OSX - Snap-In Seadek Cockpit Flooring - Dune)");
}
jQuery("[id^=input-592S-]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592S-]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592S--704D-300OSX]").remove();
jQuery("[id^=input-592S-]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592S-]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704D-300OSX");
//alert(jQuery("[id^=input-704D-300OSX]").attr("title"));
//alert(jQuery("[id^=input-704D-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704D-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-704D-300OSX").prop("checked"))
{
jQuery("#input-704D-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-704D-300OSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704D-300OSX-592S-]").length === 0)
{
jQuery("#note-704D-300OSX").append("
(N/A with 592S- )");
}
jQuery("[id^=input-704D-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704D-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704D-300OSX-592S-]").remove();
jQuery("[id^=input-704D-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704D-300OSX").change(function(){
if(jQuery("#input-704D-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592STS]");
//alert(jQuery("[id^=input-592STS]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592STS]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592STS]").prop("checked"))
{
jQuery("[id^=input-592STS]").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-592STS-704D-300OSX]").length === 0)
{
jQuery("[id^=note-592STS]").append("
(N/A with 704D-300OSX - Snap-In Seadek Cockpit Flooring - Dune)");
}
jQuery("[id^=input-592STS]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592STS]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592STS-704D-300OSX]").remove();
jQuery("[id^=input-592STS]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592STS]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704D-300OSX");
//alert(jQuery("[id^=input-704D-300OSX]").attr("title"));
//alert(jQuery("[id^=input-704D-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704D-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-704D-300OSX").prop("checked"))
{
jQuery("#input-704D-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-704D-300OSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704D-300OSX-592STS]").length === 0)
{
jQuery("#note-704D-300OSX").append("
(N/A with 592STS )");
}
jQuery("[id^=input-704D-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704D-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704D-300OSX-592STS]").remove();
jQuery("[id^=input-704D-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704D-300OSX").change(function(){
if(jQuery("#input-704D-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592C]");
//alert(jQuery("[id^=input-592C]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592C]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592C]").prop("checked"))
{
jQuery("[id^=input-592C]").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-592C-704D-300OSX]").length === 0)
{
jQuery("[id^=note-592C]").append("
(N/A with 704D-300OSX - Snap-In Seadek Cockpit Flooring - Dune)");
}
jQuery("[id^=input-592C]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592C]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592C-704D-300OSX]").remove();
jQuery("[id^=input-592C]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592C]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704D-300OSX");
//alert(jQuery("[id^=input-704D-300OSX]").attr("title"));
//alert(jQuery("[id^=input-704D-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704D-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-704D-300OSX").prop("checked"))
{
jQuery("#input-704D-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-704D-300OSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704D-300OSX-592C]").length === 0)
{
jQuery("#note-704D-300OSX").append("
(N/A with 592C )");
}
jQuery("[id^=input-704D-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704D-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704D-300OSX-592C]").remove();
jQuery("[id^=input-704D-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704D-300OSX").change(function(){
if(jQuery("#input-704D-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592STC]");
//alert(jQuery("[id^=input-592STC]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592STC]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592STC]").prop("checked"))
{
jQuery("[id^=input-592STC]").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-592STC-704D-300OSX]").length === 0)
{
jQuery("[id^=note-592STC]").append("
(N/A with 704D-300OSX - Snap-In Seadek Cockpit Flooring - Dune)");
}
jQuery("[id^=input-592STC]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592STC]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592STC-704D-300OSX]").remove();
jQuery("[id^=input-592STC]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592STC]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704D-300OSX");
//alert(jQuery("[id^=input-704D-300OSX]").attr("title"));
//alert(jQuery("[id^=input-704D-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704D-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-704D-300OSX").prop("checked"))
{
jQuery("#input-704D-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-704D-300OSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704D-300OSX-592STC]").length === 0)
{
jQuery("#note-704D-300OSX").append("
(N/A with 592STC )");
}
jQuery("[id^=input-704D-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704D-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704D-300OSX-592STC]").remove();
jQuery("[id^=input-704D-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704S-300OSX").change(function(){
if(jQuery("#input-704S-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592D]");
//alert(jQuery("[id^=input-592D]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592D]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592D]").prop("checked"))
{
jQuery("[id^=input-592D]").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-592D-704S-300OSX]").length === 0)
{
jQuery("[id^=note-592D]").append("
(N/A with 704S-300OSX - Snap-In Seadek Cockpit Flooring - Slate)");
}
jQuery("[id^=input-592D]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592D]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592D-704S-300OSX]").remove();
jQuery("[id^=input-592D]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592D]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704S-300OSX");
//alert(jQuery("[id^=input-704S-300OSX]").attr("title"));
//alert(jQuery("[id^=input-704S-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704S-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-704S-300OSX").prop("checked"))
{
jQuery("#input-704S-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-704S-300OSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704S-300OSX-592D]").length === 0)
{
jQuery("#note-704S-300OSX").append("
(N/A with 592D )");
}
jQuery("[id^=input-704S-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704S-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704S-300OSX-592D]").remove();
jQuery("[id^=input-704S-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704S-300OSX").change(function(){
if(jQuery("#input-704S-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592STD]");
//alert(jQuery("[id^=input-592STD]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592STD]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592STD]").prop("checked"))
{
jQuery("[id^=input-592STD]").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-592STD-704S-300OSX]").length === 0)
{
jQuery("[id^=note-592STD]").append("
(N/A with 704S-300OSX - Snap-In Seadek Cockpit Flooring - Slate)");
}
jQuery("[id^=input-592STD]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592STD]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592STD-704S-300OSX]").remove();
jQuery("[id^=input-592STD]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592STD]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704S-300OSX");
//alert(jQuery("[id^=input-704S-300OSX]").attr("title"));
//alert(jQuery("[id^=input-704S-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704S-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-704S-300OSX").prop("checked"))
{
jQuery("#input-704S-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-704S-300OSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704S-300OSX-592STD]").length === 0)
{
jQuery("#note-704S-300OSX").append("
(N/A with 592STD )");
}
jQuery("[id^=input-704S-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704S-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704S-300OSX-592STD]").remove();
jQuery("[id^=input-704S-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704S-300OSX").change(function(){
if(jQuery("#input-704S-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592C]");
//alert(jQuery("[id^=input-592C]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592C]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592C]").prop("checked"))
{
jQuery("[id^=input-592C]").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-592C-704S-300OSX]").length === 0)
{
jQuery("[id^=note-592C]").append("
(N/A with 704S-300OSX - Snap-In Seadek Cockpit Flooring - Slate)");
}
jQuery("[id^=input-592C]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592C]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592C-704S-300OSX]").remove();
jQuery("[id^=input-592C]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592C]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704S-300OSX");
//alert(jQuery("[id^=input-704S-300OSX]").attr("title"));
//alert(jQuery("[id^=input-704S-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704S-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-704S-300OSX").prop("checked"))
{
jQuery("#input-704S-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-704S-300OSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704S-300OSX-592C]").length === 0)
{
jQuery("#note-704S-300OSX").append("
(N/A with 592C )");
}
jQuery("[id^=input-704S-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704S-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704S-300OSX-592C]").remove();
jQuery("[id^=input-704S-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
jQuery("#input-704S-300OSX").change(function(){
if(jQuery("#input-704S-300OSX").prop("checked"))
{
//alert("na_with here");
//alert("[id^=input-592STC]");
//alert(jQuery("[id^=input-592STC]").attr("title"));
// disable the includes and unchecks it
jQuery("[id^=input-592STC]").prop("disabled", true);
// determine if already checked
if(jQuery("[id^=input-592STC]").prop("checked"))
{
jQuery("[id^=input-592STC]").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-592STC-704S-300OSX]").length === 0)
{
jQuery("[id^=note-592STC]").append("
(N/A with 704S-300OSX - Snap-In Seadek Cockpit Flooring - Slate)");
}
jQuery("[id^=input-592STC]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("[id^=input-592STC]").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-592STC-704S-300OSX]").remove();
jQuery("[id^=input-592STC]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
// reverse
jQuery("[id^=input-592STC]").change(function(){
if(jQuery(this).prop("checked"))
{
//alert("input-704S-300OSX");
//alert(jQuery("[id^=input-704S-300OSX]").attr("title"));
//alert(jQuery("[id^=input-704S-300OSX]").is(":checked"));
// disable the includes and unchecks it
jQuery("#input-704S-300OSX").prop("disabled", true);
// determine if checked
if(jQuery("#input-704S-300OSX").prop("checked"))
{
jQuery("#input-704S-300OSX").removeAttr("checked").change();
}
//console.log("if of reverse input-704S-300OSX");
//alert("shoudl be disabled");
// add a note to the disable option to tell why this is disabled and not available
if(jQuery("[id^=note-single-na_with-704S-300OSX-592STC]").length === 0)
{
jQuery("#note-704S-300OSX").append("
(N/A with 592STC )");
}
jQuery("[id^=input-704S-300OSX]").parent().parent().addClass("byb_option_red");
}
// here we reverse out everything from above
else
{
// enable the na with
jQuery("#input-704S-300OSX").prop("disabled",false);
// remove the option note
jQuery("[id^=note-single-na_with-704S-300OSX-592STC]").remove();
jQuery("[id^=input-704S-300OSX]").parent().parent().removeClass("byb_option_red");
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){ jQuery("#input-979-300OSXBE").change(function(){
if(jQuery("#input-979-300OSXBE").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-979-300OSXBE]").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-300OSXBE]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-535]").prop("type") != "radio")
if(jQuery("[id^=input-535]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-535]").prop("disabled", true);
}
else if(jQuery("[id^=input-535]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-535]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-535]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-535]").prop("disabled", false);
}
if(!jQuery("[id^=input-535]").prop("checked")){
jQuery("[id^=input-535]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-535]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-535]").append("
(Required By: 979-300OSXBE-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-300OSXBE]").hide();
jQuery("[id^=note-single-required-by-979-300OSXBE]").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-300OSXBE]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-535]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-535]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-979-300OSXBE").change(function(){
if(jQuery("#input-979-300OSXBE").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-979-300OSXBE]").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-300OSXBE]").hide();
jQuery("[id^=note-single-required-by-979-300OSXBE]").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-300OSXBE]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-535]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-535]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-BE_HULL").change(function(){
if(jQuery("#input-BE_HULL").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-BE_HULL]").show();
// set the parent div to the yellow class
jQuery(this).parent().parent().addClass("byb_option_yellow");
// add a statement that only exists if this is a single require
// lets make sure this option isnt already required.
// this is a hack against two options requiring each other resulting in an infinite loop
if(jQuery("[id^=note-single-required-by-979-BE_HULL]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-979]").prop("type") != "radio")
if(jQuery("[id^=input-979]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-979]").prop("disabled", true);
}
else if(jQuery("[id^=input-979]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-979]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-979]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-979]").prop("disabled", false);
}
if(!jQuery("[id^=input-979]").prop("checked")){
jQuery("[id^=input-979]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-979]").append("
(Required By: BE_HULL-Black Edition Hull Bottom)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-BE_HULL]").hide();
jQuery("[id^=note-single-required-by-BE_HULL]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-BE_HULL]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-979]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-979]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-677CW-300OSX").change(function(){
if(jQuery("#input-677CW-300OSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-677CW-300OSX]").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-677CW-300OSX]").hide();
jQuery("[id^=note-single-required-by-677CW-300OSX]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-BE_HULL]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-979]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-979]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-535-300OSX").change(function(){
if(jQuery("#input-535-300OSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-535-300OSX]").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-300OSX]").hide();
jQuery("[id^=note-single-required-by-535-300OSX]").hide();
// add a statement that only exists if this was a single require and it reverses the notes and colors above
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-979]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-979-BE_HULL]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-979]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-979]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-535-300OSX").change(function(){
if(jQuery("#input-535-300OSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-535-300OSX]").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-300OSX]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-979]").prop("type") != "radio")
if(jQuery("[id^=input-979]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-979]").prop("disabled", true);
}
else if(jQuery("[id^=input-979]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-979]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-979]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-979]").prop("disabled", false);
}
if(!jQuery("[id^=input-979]").prop("checked")){
jQuery("[id^=input-979]").prop("checked", true).change();
}
// run a price tally - wasnt calculating proper cost 2/6/13 - rusty
checked_boxes_price_tally();
// set the parent div of the required option the yellow class
jQuery("[id^=input-979]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-979]").append("
(Required By: 535-300OSX-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-300OSX]").hide();
jQuery("[id^=note-single-required-by-535-300OSX]").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-300OSX]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-979]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-979]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-598C-300OSX").change(function(){
if(jQuery("#input-598C-300OSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-598C-300OSX]").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-598C-300OSX]").hide();
jQuery("[id^=note-single-required-by-598C-300OSX]").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-300OSX]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-979]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-979]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-592D-300OSX").change(function(){
if(jQuery("#input-592D-300OSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-592D-300OSX]").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-598T-592D-300OSX]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-598T]").prop("type") != "radio")
if(jQuery("[id^=input-598T]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-598T]").prop("disabled", true);
}
else if(jQuery("[id^=input-598T]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-598T]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-598T]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-598T]").prop("disabled", false);
}
if(!jQuery("[id^=input-598T]").prop("checked")){
jQuery("[id^=input-598T]").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-598T]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-598T]").append("
(Required By: 592D-300OSX-Seadek Swim Platform Mat - Dune)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-592D-300OSX]").hide();
jQuery("[id^=note-single-required-by-592D-300OSX]").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-598T]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-598T]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-598T-592D-300OSX]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-598T]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-598T]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-592S-300OSX").change(function(){
if(jQuery("#input-592S-300OSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-592S-300OSX]").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-598S-592S-300OSX]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-598S]").prop("type") != "radio")
if(jQuery("[id^=input-598S]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-598S]").prop("disabled", true);
}
else if(jQuery("[id^=input-598S]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-598S]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-598S]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-598S]").prop("disabled", false);
}
if(!jQuery("[id^=input-598S]").prop("checked")){
jQuery("[id^=input-598S]").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-598S]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-598S]").append("
(Required By: 592S-300OSX-Seadek Swim Platform Mat - Slate)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-592S-300OSX]").hide();
jQuery("[id^=note-single-required-by-592S-300OSX]").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-598S]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-598S]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-598S-592S-300OSX]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-598S]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-598S]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-592C-300OSX").change(function(){
if(jQuery("#input-592C-300OSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-592C-300OSX]").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-598C-592C-300OSX]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-598C]").prop("type") != "radio")
if(jQuery("[id^=input-598C]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-598C]").prop("disabled", true);
}
else if(jQuery("[id^=input-598C]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-598C]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-598C]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-598C]").prop("disabled", false);
}
if(!jQuery("[id^=input-598C]").prop("checked")){
jQuery("[id^=input-598C]").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-598C]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-598C]").append("
(Required By: 592C-300OSX-Seadek Swim Platform Mat - Cayenne)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-592C-300OSX]").hide();
jQuery("[id^=note-single-required-by-592C-300OSX]").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-598C]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-598C]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-598C-592C-300OSX]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-598C]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-598C]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-592STC-300OSX").change(function(){
if(jQuery("#input-592STC-300OSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-592STC-300OSX]").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-598C-592STC-300OSX]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-598C]").prop("type") != "radio")
if(jQuery("[id^=input-598C]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-598C]").prop("disabled", true);
}
else if(jQuery("[id^=input-598C]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-598C]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-598C]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-598C]").prop("disabled", false);
}
if(!jQuery("[id^=input-598C]").prop("checked")){
jQuery("[id^=input-598C]").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-598C]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-598C]").append("
(Required By: 592STC-300OSX-Seadek Swim Platform Mat - Cayenne)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-592STC-300OSX]").hide();
jQuery("[id^=note-single-required-by-592STC-300OSX]").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-598C]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-598C]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-598C-592STC-300OSX]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-598C]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-598C]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-592STC-300OSX").change(function(){
if(jQuery("#input-592STC-300OSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-592STC-300OSX]").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-592STC-300OSX]").hide();
jQuery("[id^=note-single-required-by-592STC-300OSX]").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-598C]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-598C]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-598C-592STC-300OSX]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-598C]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-598C]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-592STD-300OSX").change(function(){
if(jQuery("#input-592STD-300OSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-592STD-300OSX]").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-598T-592STD-300OSX]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-598T]").prop("type") != "radio")
if(jQuery("[id^=input-598T]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-598T]").prop("disabled", true);
}
else if(jQuery("[id^=input-598T]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-598T]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-598T]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-598T]").prop("disabled", false);
}
if(!jQuery("[id^=input-598T]").prop("checked")){
jQuery("[id^=input-598T]").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-598T]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-598T]").append("
(Required By: 592STD-300OSX-Seadek Swim Platform Mat - Dune)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-592STD-300OSX]").hide();
jQuery("[id^=note-single-required-by-592STD-300OSX]").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-598T]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-598T]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-598T-592STD-300OSX]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-598T]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-598T]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-592STD-300OSX").change(function(){
if(jQuery("#input-592STD-300OSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-592STD-300OSX]").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-592STD-300OSX]").hide();
jQuery("[id^=note-single-required-by-592STD-300OSX]").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-598T]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-598T]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-598T-592STD-300OSX]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-598T]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-598T]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-592STS-300OSX").change(function(){
if(jQuery("#input-592STS-300OSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-592STS-300OSX]").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-598S-592STS-300OSX]").length === 0)
{
// check the required item
// if this is not in an overwrite group
//if(jQuery("[id^=input-598S]").prop("type") != "radio")
if(jQuery("[id^=input-598S]").prop("type") != "radio" && !jQuery(this).prop("single_selection_group")){
jQuery("[id^=input-598S]").prop("disabled", true);
}
else if(jQuery("[id^=input-598S]").prop("type") == "radio"){
// here we have a radio group
// disable the entire group
//jQuery("input[name=jQuery("input[id^=input-598S]").attr("name")]").attr("disabled",true);
var temp_name = "";
temp_name = jQuery("input[id^=input-598S]").attr("name");
console.log(temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",true);
// enable this option
jQuery("[id^=input-598S]").prop("disabled", false);
}
if(!jQuery("[id^=input-598S]").prop("checked")){
jQuery("[id^=input-598S]").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-598S]").parent().parent().addClass("byb_option_yellow");
// add a note stating why this option is checked
jQuery("[id^=note-598S]").append("
(Required By: 592STS-300OSX-Seadek Swim Platform Mat - Slate)");
}
}
// here we reverse out everything from above
else
{
// set the parent div to the normal class
jQuery(this).parent().parent().removeClass("byb_option_yellow");
// remove the requires note
jQuery("[id^=note-single-requires-592STS-300OSX]").hide();
jQuery("[id^=note-single-required-by-592STS-300OSX]").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-598S]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-598S]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-598S-592STS-300OSX]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-598S]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-598S]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
jQuery("#input-592STS-300OSX").change(function(){
if(jQuery("#input-592STS-300OSX").prop("checked"))
{
// set a note for this option that other options are required
jQuery("[id^=note-single-requires-592STS-300OSX]").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-592STS-300OSX]").hide();
jQuery("[id^=note-single-required-by-592STS-300OSX]").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-598S]").parent().parent().removeClass("byb_option_yellow");
jQuery("[id^=input-598S]").prop("disabled", false);
// add a note stating why this option is checked
jQuery("[id^=note-single-required-by-598S-592STS-300OSX]").remove();
// if this is a radio group we need to re-enable it
if(jQuery("[id^=input-598S]").prop("type") == "radio"){
// enable the entire group
var temp_name = "";
temp_name = jQuery("input[id^=input-598S]").attr("name");
console.log("z-"+temp_name);
jQuery("input[name="+temp_name+"]").attr("disabled",false);
}
}
}); // end click listener
}); // end of document ready
jQuery(document).ready(function(){ option_group_data["950-300OSXBLK"] = {}; option_group_data["950-300OSXBLK"]["part_groups"] = new Array();
option_group_data["950-300OSXBLK"]["part_groups"].push("10");
option_group_data["950-300OSXALY"] = {}; option_group_data["950-300OSXALY"]["part_groups"] = new Array();
option_group_data["950-300OSXALY"]["part_groups"].push("30");
option_group_data["950-300OSXSTL"] = {}; option_group_data["950-300OSXSTL"]["part_groups"] = new Array();
option_group_data["950-300OSXSTL"]["part_groups"].push("70");
option_group_data["950-300OSXGRN"] = {}; option_group_data["950-300OSXGRN"]["part_groups"] = new Array();
option_group_data["950-300OSXGRN"]["part_groups"].push("40");
option_group_data["950-300OSXBLU"] = {}; option_group_data["950-300OSXBLU"]["part_groups"] = new Array();
option_group_data["950-300OSXBLU"]["part_groups"].push("20");
option_group_data["950-300OSXICE"] = {}; option_group_data["950-300OSXICE"]["part_groups"] = new Array();
option_group_data["950-300OSXICE"]["part_groups"].push("60");
option_group_data["950-300OSXWHT"] = {}; option_group_data["950-300OSXWHT"]["part_groups"] = new Array();
option_group_data["950-300OSXWHT"]["part_groups"].push("50");
option_group_data["373W-300OSX"] = {}; option_group_data["373W-300OSX"]["part_groups"] = new Array();
option_group_data["373W-300OSX"]["part_groups"].push("79");
option_group_data["677CW-300OSX"] = {}; option_group_data["677CW-300OSX"]["available_with"] = new Array();
option_group_data["677CW-300OSX"]["available_with_compound"] = new Array();
option_group_data["677CW-300OSX"]["available_with"].push("79");
option_group_data["677W-300OSX"] = {}; option_group_data["677W-300OSX"]["available_with"] = new Array();
option_group_data["677W-300OSX"]["available_with_compound"] = new Array();
option_group_data["677W-300OSX"]["available_with"].push("79");
option_group_data["532-300OSX"] = {}; option_group_data["532-300OSX"]["part_groups"] = new Array();
option_group_data["532-300OSX"]["part_groups"].push("11");
option_group_data["532-300OSX"]["part_groups"].push("21");
option_group_data["778-300OSX"] = {}; option_group_data["778-300OSX"]["part_groups"] = new Array();
option_group_data["778-300OSX"]["part_groups"].push("12");
option_group_data["778-300OSX"]["part_groups"].push("23");
option_group_data["643-300OSX"] = {}; option_group_data["643-300OSX"]["part_groups"] = new Array();
option_group_data["643-300OSX"]["part_groups"].push("11");
option_group_data["643-300OSX"]["part_groups"].push("21");
option_group_data["644-300OSX"] = {}; option_group_data["644-300OSX"]["part_groups"] = new Array();
option_group_data["644-300OSX"]["part_groups"].push("11");
option_group_data["644-300OSX"]["part_groups"].push("21");
option_group_data["663-300OSX"] = {}; option_group_data["663-300OSX"]["part_groups"] = new Array();
option_group_data["663-300OSX"]["part_groups"].push("11");
option_group_data["663-300OSX"]["part_groups"].push("21");
option_group_data["535-300OSX"] = {}; option_group_data["535-300OSX"]["part_groups"] = new Array();
option_group_data["535-300OSX"]["part_groups"].push("27");
option_group_data["638B-300OSX"] = {}; option_group_data["638B-300OSX"]["part_groups"] = new Array();
option_group_data["638B-300OSX"]["available_with"] = new Array();
option_group_data["638B-300OSX"]["available_with_compound"] = new Array();
option_group_data["638B-300OSX"]["part_groups"].push("27");
option_group_data["638B-300OSX"]["part_groups"].push("95");
option_group_data["638B-300OSX"]["part_groups"].push("65");
option_group_data["638B-300OSX"]["available_with"].push("18");
option_group_data["638Y-300OSX"] = {}; option_group_data["638Y-300OSX"]["part_groups"] = new Array();
option_group_data["638Y-300OSX"]["part_groups"].push("27");
option_group_data["638Y-300OSX"]["part_groups"].push("95");
option_group_data["638Y-300OSX"]["part_groups"].push("65");
option_group_data["638M-300OSX"] = {}; option_group_data["638M-300OSX"]["part_groups"] = new Array();
option_group_data["638M-300OSX"]["part_groups"].push("27");
option_group_data["638M-300OSX"]["part_groups"].push("95");
option_group_data["638M-300OSX"]["part_groups"].push("65");
option_group_data["STANDARD_ARCH"] = {}; option_group_data["STANDARD_ARCH"]["part_groups"] = new Array();
option_group_data["STANDARD_ARCH"]["part_groups"].push("3");
option_group_data["731-300OSX"] = {}; option_group_data["731-300OSX"]["part_groups"] = new Array();
option_group_data["731-300OSX"]["part_groups"].push("4");
option_group_data["642-300OSXALY"] = {}; option_group_data["642-300OSXALY"]["available_with"] = new Array();
option_group_data["642-300OSXALY"]["available_with_compound"] = new Array();
option_group_data["642-300OSXALY"]["available_with"].push("3");
option_group_data["642B-300OSXALY"] = {}; option_group_data["642B-300OSXALY"]["available_with"] = new Array();
option_group_data["642B-300OSXALY"]["available_with_compound"] = new Array();
option_group_data["642B-300OSXALY"]["available_with"].push("4");
option_group_data["642-300OSXBLK"] = {}; option_group_data["642-300OSXBLK"]["available_with"] = new Array();
option_group_data["642-300OSXBLK"]["available_with_compound"] = new Array();
option_group_data["642-300OSXBLK"]["available_with"].push("3");
option_group_data["642-300OSXBLU"] = {}; option_group_data["642-300OSXBLU"]["available_with"] = new Array();
option_group_data["642-300OSXBLU"]["available_with_compound"] = new Array();
option_group_data["642-300OSXBLU"]["available_with"].push("3");
option_group_data["642B-300OSXBLU"] = {}; option_group_data["642B-300OSXBLU"]["available_with"] = new Array();
option_group_data["642B-300OSXBLU"]["available_with_compound"] = new Array();
option_group_data["642B-300OSXBLU"]["available_with"].push("4");
option_group_data["642-300OSXSBL"] = {}; option_group_data["642-300OSXSBL"]["available_with"] = new Array();
option_group_data["642-300OSXSBL"]["available_with_compound"] = new Array();
option_group_data["642-300OSXSBL"]["available_with"].push("3");
option_group_data["642B-300OSXSBL"] = {}; option_group_data["642B-300OSXSBL"]["available_with"] = new Array();
option_group_data["642B-300OSXSBL"]["available_with_compound"] = new Array();
option_group_data["642B-300OSXSBL"]["available_with"].push("4");
option_group_data["642B-300OSXWHT"] = {}; option_group_data["642B-300OSXWHT"]["available_with"] = new Array();
option_group_data["642B-300OSXWHT"]["available_with_compound"] = new Array();
option_group_data["642B-300OSXWHT"]["available_with"].push("4");
option_group_data["642B-300OSXSTL"] = {}; option_group_data["642B-300OSXSTL"]["available_with"] = new Array();
option_group_data["642B-300OSXSTL"]["available_with_compound"] = new Array();
option_group_data["642B-300OSXSTL"]["available_with"].push("4");
option_group_data["642-300OSXSTL"] = {}; option_group_data["642-300OSXSTL"]["available_with"] = new Array();
option_group_data["642-300OSXSTL"]["available_with_compound"] = new Array();
option_group_data["642-300OSXSTL"]["available_with"].push("3");
option_group_data["716B-300OSXCYN"] = {}; option_group_data["716B-300OSXCYN"]["available_with"] = new Array();
option_group_data["716B-300OSXCYN"]["available_with_compound"] = new Array();
option_group_data["716B-300OSXCYN"]["available_with"].push("65");
option_group_data["716W-300OSXCYN"] = {}; option_group_data["716W-300OSXCYN"]["available_with"] = new Array();
option_group_data["716W-300OSXCYN"]["available_with_compound"] = new Array();
option_group_data["716W-300OSXCYN"]["available_with"].push("65");
option_group_data["685M-300OSX"] = {}; option_group_data["685M-300OSX"]["part_groups"] = new Array();
option_group_data["685M-300OSX"]["part_groups"].push("65");
option_group_data["685B-300OSX"] = {}; option_group_data["685B-300OSX"]["part_groups"] = new Array();
option_group_data["685B-300OSX"]["available_with"] = new Array();
option_group_data["685B-300OSX"]["available_with_compound"] = new Array();
option_group_data["685B-300OSX"]["part_groups"].push("65");
option_group_data["685B-300OSX"]["available_with"].push("18");
option_group_data["685Y-300OSX"] = {}; option_group_data["685Y-300OSX"]["part_groups"] = new Array();
option_group_data["685Y-300OSX"]["part_groups"].push("65");
option_group_data["512C-300OSX"] = {}; option_group_data["512C-300OSX"]["available_with"] = new Array();
option_group_data["512C-300OSX"]["available_with_compound"] = new Array();
option_group_data["512C-300OSX"]["available_with"].push("95");
option_group_data["560-300OSXCYN"] = {}; option_group_data["560-300OSXCYN"]["available_with"] = new Array();
option_group_data["560-300OSXCYN"]["available_with_compound"] = new Array();
option_group_data["560-300OSXCYN"]["available_with"].push("27");
option_group_data["560-300OSXDNE"] = {}; option_group_data["560-300OSXDNE"]["available_with"] = new Array();
option_group_data["560-300OSXDNE"]["available_with_compound"] = new Array();
option_group_data["560-300OSXDNE"]["available_with"].push("12");
option_group_data["560-300OSXWHT"] = {}; option_group_data["560-300OSXWHT"]["available_with"] = new Array();
option_group_data["560-300OSXWHT"]["available_with_compound"] = new Array();
option_group_data["560-300OSXWHT"]["available_with"].push("11");
option_group_data["704C-300OSX"] = {}; option_group_data["704C-300OSX"]["available_with"] = new Array();
option_group_data["704C-300OSX"]["available_with_compound"] = new Array();
option_group_data["704C-300OSX"]["available_with"].push("27");
option_group_data["704D-300OSX"] = {}; option_group_data["704D-300OSX"]["available_with"] = new Array();
option_group_data["704D-300OSX"]["available_with_compound"] = new Array();
option_group_data["704D-300OSX"]["available_with"].push("23");
option_group_data["704S-300OSX"] = {}; option_group_data["704S-300OSX"]["available_with"] = new Array();
option_group_data["704S-300OSX"]["available_with_compound"] = new Array();
option_group_data["704S-300OSX"]["available_with"].push("21");
}); // 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()
});