josecebe / twbs-pagination

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

Not working with jquery 1.9.1 #41

Closed fredbutters closed 8 years ago

fredbutters commented 9 years ago

From what I can tell by toggling jQuery versions in JSFiddle it works with all other versions > 1.7.2 but with jQuery 1.9.1 he buttons are rendered out of order. Otherwise it's great, thanks!

image

http://jsfiddle.net/barryman9000/DTcHh/5318/

PanuO commented 9 years ago

Yeah i'm experiencing same problem. Rendered code is:

<ul id="userPagination" class="pagination-sm pagination">
  <li class="page">
    <a href="#">11</a>
  </li>
  <li class="page">
    <a href="#">9</a>
  </li>
  <li class="page">
    <a href="#">1</a>
  </li>
  <li class="page active">
    <a href="#">2</a>
  </li>
  <li class="page">
    <a href="#">3</a>
  </li>
  <li class="prev">
    <a href="#">Prev</a>
  </li>
eugenesimakin commented 8 years ago

Need more info about environment

pavelthq commented 8 years ago

~~@PanuO , @fredbutters which browser is used? For me works fine. With fiddle you provided.~~

pavelthq commented 8 years ago

Fixed in 1.3.1v