jQuery(function($) {
$('#booklist')
  .tablesorter({
      widgets: ['zebra']
    })
  .tablesorterPager({
      container: $('#pager'),
      positionFixed: false
    });
}); //jQuery

