$(document).ready(function() { 
    // call the tablesorter plugin, the magic happens in the markup 
	// extend the default setting to always include the zebra widget. 
    $.tablesorter.defaults.widgets = ['zebra']; 
    $("table").tablesorter(); 
}); 


