Difference between revisions of "MediaWiki:Common.js"

From Legallypedia
Jump to navigation Jump to search
m
m
 
Line 10: Line 10:
 
} );
 
} );
  
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;">&gt;&gt; Return to Legally India &lt;&lt;</a></div>')
+
jQuery('#mw-head').append('<div><a href="https://www.legallyindia.com/" style="position: relative;background: #fff;padding: 0px 0px;z-index: 5;left: 180px;float:left;">&gt;&gt; Return to Legally India &lt;&lt;</a></div>')

Latest revision as of 12:51, 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('#mw-head').append('<div><a href="https://www.legallyindia.com/" style="position: relative;background: #fff;padding: 0px 0px;z-index: 5;left: 180px;float:left;">&gt;&gt; Return to Legally India &lt;&lt;</a></div>')