-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
$.browser removed in jQuery 1.9+ #389
Labels
Comments
+1 |
+1 Think i have a problem with that too. Always get the error: Cannot read property 'msie' of undefined |
+1 I have avoided this issue by adding migration JS. <script src="http://code.jquery.com/jquery-migrate-1.1.0.min.js"></script> |
+1 |
Sorry for the delay while I was on vacation. This is now fixed in 0.8.4. |
+1 perfect timing - just ran into the same issue :-) |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using the latest jQuery 1.9.1 and it looks like $.browser is used quite a bit in your plugin. Unfortunately that method has been removed in jQuery 1.9+.
http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed
I can't use your plugin unfortunately until this is resolved, so keep us posted when this issue is resolved.
For now, people can use the jQuery Migrate plugin as a temporary solution => https://github.com/jquery/jquery-migrate
Ted
The text was updated successfully, but these errors were encountered: