josecebe / twbs-pagination

jQuery pagination plugin (bootstrap powered)
http://josecebe.github.io/twbs-pagination/
Other
1.1k stars 401 forks source link

beforePageClick event needed #148

Closed mohandere closed 6 years ago

mohandere commented 7 years ago

Hi @esimakin

Thanks for such great plugin.

For now i am stuck with beforePageClick action. i want to perform some checks/operations before making new page selection.

Could you please help?

eugenesimakin commented 7 years ago

Hi! This feature is not implemented yet. You can use Promise API and show method as workaround.

josecebe commented 6 years ago

@mohandere, I added the 'beforePageClick' method.

Check it out please!