在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:josecebe/twbs-pagination开源软件地址:https://github.com/josecebe/twbs-pagination开源编程语言:JavaScript 97.6%开源软件介绍:jQuery pagination plugin (bootstrap powered)Basic usagePlugin requires jQuery (required - 1.7.0 or higher). You can use Bootstrap CSS styles and markup (or use your own). The following code shows call the function on $('#pagination-demo').twbsPagination({
totalPages: 35,
visiblePages: 7,
onPageClick: function (event, page) {
$('#page-content').text('Page ' + page);
}
}); ContributingFor development use grunt build to make minified file. To use grunt install packages by using: npm install Demo and DocsFor more information see docs on github pages (not completed yet) |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论