Difference between revisions of "User:Oliver/common.js"

From From The Ashes Wiki
Jump to: navigation, search
(Created page with "$(document).ready(function() { // call the tablesorter plugin $("#presort").tablesorter({ // sort on the first column and third column, order asc s...")
(No difference)

Revision as of 01:34, 7 December 2017

$(document).ready(function() { 
    // call the tablesorter plugin 
    $("#presort").tablesorter({ 
        // sort on the first column and third column, order asc 
        sortList: [[0,0],[1,0]] 
    }); 
});