User:Oliver/common.js

From From The Ashes Wiki
Revision as of 01:34, 7 December 2017 by Oliver (talk | contribs) (Created page with "$(document).ready(function() { // call the tablesorter plugin $("#presort").tablesorter({ // sort on the first column and third column, order asc s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
$(document).ready(function() { 
    // call the tablesorter plugin 
    $("#presort").tablesorter({ 
        // sort on the first column and third column, order asc 
        sortList: [[0,0],[1,0]] 
    }); 
});