Difference between revisions of "Template:2016Demo bottom"
Line 239: | Line 239: | ||
+ | |||
+ | // CLICK_OPEN = EXPAND OR COLLAPSE CONTENT | ||
+ | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
+ | |||
+ | $(".click_open").click(function() { | ||
+ | jQuery(this).next("div").slideToggle(); | ||
+ | }); | ||
+ | |||
+ | ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// | ||
Revision as of 16:52, 30 November 2015