Difference between revisions of "Template:2015Bottom"
m (Protected "Template:2015Bottom" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
(Small change to the javascript for click-expand boxes) |
||
Line 107: | Line 107: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
jQuery(".click_expand").css("cursor", "pointer").click(function(event) { | jQuery(".click_expand").css("cursor", "pointer").click(function(event) { | ||
+ | event.preventDefault(); | ||
jQuery(this).next("div").slideToggle(); | jQuery(this).next("div").slideToggle(); | ||
}).next("div").hide(); | }).next("div").hide(); |
Revision as of 18:17, 23 April 2015