flaviusmatis / simplePagination.js

A simple jQuery pagination plugin.
Other
784 stars 402 forks source link

Show specific page buttons and highlight them. #143

Open oddmanted opened 7 years ago

oddmanted commented 7 years ago

Hi,

I would like to make sure that certain page buttons are always visible and would like to highlight them so that the viewer understand those pages are special. I would like to set this dynamically.

Use Case: Pagination control is used to display a document and certain pages of the document might have been edited by the user. It would be easier for the viewer if we could highlight those pages so that he can directly navigate to them instead of going through all of them.

Could you please suggest how can I do that?