-
Notifications
You must be signed in to change notification settings - Fork 18
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
jquery v1.11.1 #1
Comments
Hi: |
Hi there, i just changed one line of code, and the plugin now its working with the latest jQuery, i didn't tested all its futures, but its a start. Line 242: var P = B.find("li:nth-child('" + Q + "')"); to var P = B.find("li:nth-child(" + Q + ")"); |
Hi guys, any eta on a fix to this issue? tested dilana work around but some of the features is not working. |
Hi: We are trying to fix the issue. |
I faced the same issue, and fixed it by changing the nth-child calls to use .eq() instead. I've made a pull request with the changes, you may review and merge it if all's good. |
Hi Daryl: |
Hi, awesome plugin. I have noticed that version 2 doesn't work with the lastest jquery v1.11.1
Sorry for bad english.
The text was updated successfully, but these errors were encountered: