次のエラーが表示されます。
.tableSorterPager is not a function.
次のコードで間違いが見つかりません。
<script type="text/javascript">
$(function() {
$("table")
.tableSorter({widthFixed: true, widgets: ['zebra']})
.tableSorterPager({container: $("#pager")});
});
</script>