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