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