Line 25: | Line 25: | ||
$("#checked_1").click(function(){ | $("#checked_1").click(function(){ | ||
if($(this).is(':checked')){ | if($(this).is(':checked')){ | ||
− | $(".hot-induced"). | + | $(".hot-induced").addSvgClass("svg_checked"); |
− | + | ||
}else{ | }else{ | ||
− | $(".hot-induced"). | + | $(".hot-induced").removeSvgClass("svg_checked"); |
} | } | ||
}); | }); |
Revision as of 08:04, 26 September 2018