josecebe / twbs-pagination

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

Destroy method incomplete. Fixed. #10

Closed luiz-brandao closed 10 years ago

luiz-brandao commented 10 years ago

I was trying to recreate the paginator but it wouldn't work even after calling "destroy", it was only removing children. I found that the plugin was checking for the presence of data "twbs-pagination" before calling the constructor. This fix the issue by removing data and also unbinding all event listeners.