Common.js: Difference between revisions
m (CiviHost moved page MediaWiki:Common. js to MediaWiki:Common.js without leaving a redirect) |
No edit summary |
||
| Line 1: | Line 1: | ||
jQuery(document).ready(function() { | |||
console.log(3); | |||
jQuery('#hideToc').click(function(){ | jQuery('#hideToc').click(function(){ | ||
jQuery('#toc').toggle(); | jQuery('#toc').toggle(); | ||
Latest revision as of 08:19, 9 May 2024
jQuery(document).ready(function() { console.log(3); jQuery('#hideToc').click(function(){
jQuery('#toc').toggle();
return false;
}) });