我收到以下错误:
.tableSorterPager is not a function.
我在以下代码中找不到我的错误:
<script type="text/javascript">
$(function() {
$("table")
.tableSorter({widthFixed: true, widgets: ['zebra']})
.tableSorterPager({container: $("#pager")});
});
</script>