/* Any JavaScript here will be loaded for all users on every page load. */ $(document).ready(function() { mw.loader.using( 'ext.datatables', function() { // Add the default datatables markup $( '#ccode' ).dataTable(); }); } );