josecebe / twbs-pagination

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

How can I change page by javascript? #36

Closed tinpont closed 9 years ago

tinpont commented 9 years ago

Can I change current page by javascript?

eugenesimakin commented 9 years ago

Yes, you can. Try to use method show with page number parameter. For e.g. $('#pagination').twbsPagination('show', 5)

tinpont commented 9 years ago

I'm really sorry for asking this low level question, but there has no document mention about this. Sorry for the bothering, again.