jQuery UI 手风琴和分页
有没有人有幸获得任何类型的分页插件来与 jQuery UI Accordion 一起使用?当我使用 SimplePager 时,一切都会崩溃。
Has anyone had any luck getting any sort of paging plugin to work with the jQuery UI Accordion? When I use SimplePager with it everything breaks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我编写了一个简单的类来对手风琴进行分页。
查看 http://pastebin.com/wZ8ztedJ
I've written a simple class to paginate the accordion.
Check out http://pastebin.com/wZ8ztedJ
答案是使用 Knockout.js,它允许从数据角度进行分页。
The answer turned out to be using Knockout.js which allows paging from a data point of view.