自定义寻呼机抛出undefined不是一个功能

时间:2014-09-11 16:29:07

标签: jquery tablesorter

var id = $(this).attr("id");
var pagerID = $(this).attr("data-pagerID");
$.tablesorter.customPagerControls({
            table          : $('#'+id),                // point at correct table (string or jQuery object)
            pager          : $('#'+pagerID),           // pager wrapper (string or jQuery object)
            pageSize       : '.left a',                // container for page sizes
            currentPage    : '.right a',               // container for page selectors
            ends           : 2,                        // number of pages to show of either end
            aroundCurrent  : 1,                        // number of pages surrounding the current page
            link           : '<a href="#">{page}</a>', // page element; use {page} to include the page number
            currentClass   : 'current',                // current page class name
            adjacentSpacer : ' | ',                    // spacer for page numbers next to each other
            distanceSpacer : ' \u2026 '                // spacer for page numbers away from each other (ellipsis &hellip;)
        });

出于某种原因,上面的代码(取自http://mottie.github.io/tablesorter/beta-testing/example-pager-custom-controls

错误在于:

$.tablesorter.customPagerControls

从挖掘开始,似乎customPagerControls并不存在于JS中。

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题。我需要导入位于beta测试包导演中的pager-custom-controls.js文件。