一款js自定义分页插件,需要自己调用后端数据。new Pagination({ element: '#pages', type: 1, pageIndex: 1, pageSize: 10, pageCount: 5, total: 100, jumper: true, singlePageHide: false, prevText: '上一页', nextText: '下一页', disabled: true, currentChange: function(index) { } });
preview Points Download 6毛Download Share Download
未经允许不得转载: ICode联盟 » Plugin Special Effects » js自定义分页插件