Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with jquery 1.9.1 #41

Closed
fredbutters opened this issue Mar 9, 2015 · 4 comments
Closed

Not working with jquery 1.9.1 #41

fredbutters opened this issue Mar 9, 2015 · 4 comments
Labels

Comments

@fredbutters
Copy link

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
Copy link

PanuO commented Apr 28, 2015

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
Copy link
Collaborator

Need more info about environment

@pavelthq
Copy link
Collaborator

pavelthq commented Nov 4, 2015

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

@pavelthq
Copy link
Collaborator

pavelthq commented Nov 4, 2015

Fixed in 1.3.1v

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants