<script src="js/jquery.min.js"></script>
<script src="js/jquery.transit.min.js"></script>
<script src="js/es6-shim.min.js"></script>
<script src="js/easyhelper.min.js"></script>
<script>
// 本地模拟的内容生成函数
var $content = $( ".content" );
function createContent ( i, index ) {
$content.eq( index ).empty().html( ('<li>' + i + '</li>').repeat(10) );
}
// 调用分页功能 [ 基础版 ]
Helper.ui.page("#page-1", {
total: 2000,
pageSize: 10,
change: function ( i ) {
createContent( i, 0 );
}
});
Helper.ui.page("#page-2", {
total: 2000,
pageSize: 10,
showTotal: true,
change: function ( i ) {
createContent( i, 1 );
}
});
Helper.ui.page("#page-3", {
total: 2000,
pageSize: 10,
showTotal: true,
showTo: true,
change: function ( i ) {
createContent( i, 2 );
}
});
Helper.ui.page("#page-4", {
total: 2000,
pageSize: 10,
showTotal: true,
showTo: true,
currentPage: 25,
change: function ( i ) {
createContent( i, 3 );
}
});
</script>
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
