josecebe / twbs-pagination

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

Please release getCurrentPage as patch-update #171

Closed svdv22 closed 6 years ago

svdv22 commented 6 years ago

Please release current changes in the master as 1.4.2 (or 1.5.0). Master has the method 'getCurrentPage', you also refer to this page in the documentation. But it's not available in the tag 1.4.1 yet.

jbigelow commented 6 years ago

As a workaround you can get the current page via jquery:

$("#my-pager li.page-item.active").text()

josecebe commented 6 years ago

This method will be available in 1.4.2 on August 1, 2018. From now, I will try to make a new tag every month if 'master' has changes.