$(document).ready(function(){
// ---- tablesorter -----
$("#example").tablesorter({
 sortList:[[1,0]],
 widgets: ['zebra']
});
// ---- tablesorter -----
});
