Line 16: | Line 16: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 42: | Line 37: | ||
}); | }); | ||
+ | $(".control_button").click(function(){ | ||
+ | |||
+ | $(this).next(".expand_content.more").fadeToggle(400); | ||
+ | $(this).toggleClass("less"); | ||
+ | }); | ||
Revision as of 20:32, 3 February 2017
Line 16: | Line 16: | ||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 42: | Line 37: | ||
}); | }); | ||
+ | $(".control_button").click(function(){ | ||
+ | |||
+ | $(this).next(".expand_content.more").fadeToggle(400); | ||
+ | $(this).toggleClass("less"); | ||
+ | }); | ||