wesnolte / Pajinate

A jQuery Pagination Plugin
http://th3silverlining.com/2010/04/15/pajination-a-jquery-pagination-plugin/
MIT License
207 stars 97 forks source link

Paginate only on visible list items #58

Open sebastienheyd opened 7 years ago

sebastienheyd commented 7 years ago

This offer the possibility to adapt pagination on filtered lists.

For example, you can filter your list by using .hide() on unwanted li items, and reapply pajinate with the same options to adapt the pagination.