function loadContent(id) { $("#content").load("controller.php?module="+id+""); }
$('th.header') .livequery('click', function(event) { $(".tablesorter").tablesorter({widgets: ['zebra']}) .tablesorterPager({container: $("#pager") }); return false; });