jQuery UI Accordion and paging

2019-09-19 13:56发布

问题:

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.

回答1:

I've written a simple class to paginate the accordion. Check out http://pastebin.com/wZ8ztedJ



回答2:

The answer turned out to be using Knockout.js which allows paging from a data point of view.