josecebe / twbs-pagination

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

destroy #66

Closed daniel-refahi closed 8 years ago

daniel-refahi commented 8 years ago

is there a way to destroy it ?

pavelthq commented 8 years ago

You can call that as usual widget function as argument. $(...).twbsPagination('destroy')

daniel-refahi commented 8 years ago

cool. thx