$(document).ready(function() { // call the tablesorter plugin $("table").tablesorter({ // tri sur la seconde colonne, order desc sortList: [[1,1]] }); });