josecebe / twbs-pagination

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

Multiple paginators #16

Closed drfarruk closed 10 years ago

drfarruk commented 10 years ago

Is this with possible with the current plugin? I am calling twbsPagination() on a class, but only one shows up for it. I noticed there is a there is something regarding this in v1.1.2 for this but nothing about it in the documentation?

ecarloslr commented 10 years ago

ddoonn, that happened to me too but that's because I was using <p> elements instead of <ul>. Is that your case?

drfarruk commented 10 years ago

Great! I was actually using a <div> with the class, changing it to <ul> has seem to have done the trick, Thanks for the quick response!