josecebe / twbs-pagination

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

fix for synchronized pagination if applying the plugin to a non-UL element #155

Closed Pyro979 closed 6 years ago

Pyro979 commented 7 years ago

The pagination was being applied only to the last item if the wrapper to which the pagination was being applied to were non-UL.

Pyro979 commented 7 years ago

Feel free to make the code more elegant =c) I tried to preserve the logic and the semantics of the original

josecebe commented 6 years ago

Hi @Pyro979 , thanks for make this fix! I've modified it a bit to make it simpler.