MediaWiki:Common.js: Difference between revisions
Jump to navigation
Jump to search
m sorting |
mNo edit summary |
||
| Line 9: | Line 9: | ||
} ); | } ); | ||
} ); | } ); | ||
jQuery('#content').append('<div><a href="https://www.legallyindia.com/" style="position: relative;background: #fff;padding: 0px 0px;z-index: 5;left: 180px;float:left;">>> Return to Legally India <<</a></div>') | |||
Revision as of 07:20, 28 April 2018
/* Any JavaScript here will be loaded for all users on every page load. */
jQuery( document ).ready( function( $ ) {
mw.loader.using( 'jquery.tablesorter', function() {
//$('table.sortable').tablesorter( {sortList: [ { 2: 'desc'} ]} )
// or look for tables with an ID attribute of "sortMe" on any page
$( '.wikitable.sortable .sortme' ).click();
$( '.wikitable.sortable .sortme.desc' ).click();
} );
} );
jQuery('#content').append('<div><a href="https://www.legallyindia.com/" style="position: relative;background: #fff;padding: 0px 0px;z-index: 5;left: 180px;float:left;">>> Return to Legally India <<</a></div>')