[jQuery] tablesorter, tr highlight
I'm using the tablesorter plugin and having a tough time trying to figure out
why my click function does not work on the the second page when using the
pager plugin.
$(document).ready(function()
{
$("#myTable").tablesorter({widgets:
['zebra']}).tablesorterPager({container: $("#pager")});
$('tbody tr').click(function(){
alert('hi');
});
}
);
--
View this message in context: http://www.nabble.com/tablesorter%2C-tr-highlight-tp16617916s27240p16617916.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.