Line 39: | Line 39: | ||
$(".control_button").click(function(){ | $(".control_button").click(function(){ | ||
− | $(this | + | $(this).next().fadeToggle(400); |
$(this).toggleClass("less"); | $(this).toggleClass("less"); | ||
}); | }); |
Revision as of 15:35, 6 February 2017