-
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
New jQuery version problem #16
Comments
Can you be a bit more specific ? |
Anything more on this issue? I haven't dug too much into it yet (will try tomorrow morning) but I am seeing similar behavior. I have two projects, one older project using jQuery 1.8.2 and one using 1.10.2, the 1.8.2 project works while the 1.10.2 dependent project gives same error as above. Error I get is:
on this section of code (line 84)
|
JQuery.browser have been removed from jquery as of v1.9 you can add the jquery migrate plugin [1] to restore this api feature. |
When you use jQuery version 1.10.2 there is an issue with:
Uncaught TypeError: Cannot read property 'opera' of undefined
.The text was updated successfully, but these errors were encountered: