Difference between revisions of "MediaWiki:Common.js"
Nils Duepont (talk | contribs) (Created page with "→Any JavaScript here will be loaded for all users on every page load.: $(document).ready(function() { $('#example').DataTable(); } );") |
Nils Duepont (talk | contribs) |
||
Line 2: | Line 2: | ||
$(document).ready(function() { | $(document).ready(function() { | ||
− | $('# | + | $('#ccode').DataTable(); |
} ); | } ); |
Revision as of 20:51, 11 December 2018
/* Any JavaScript here will be loaded for all users on every page load. */ $(document).ready(function() { $('#ccode').DataTable(); } );