jQuery Paginator Component
Options
- count
- Number of items per page.
- subject
- Container to paginate.
- type
- 'server' or 'client' types
- children
- the HTML tag of the elements to filter. ie LI, TR
- manual
- If true it will not load on initialization.
Examples
Client Pagination
Javascript
$('#client-pagination').paginator({ subject: $('#list-1'), count: 5, children: 'li' });