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

$.browser removed in jQuery 1.9+ #389

Closed
tedlin182 opened this issue Feb 5, 2013 · 7 comments
Closed

$.browser removed in jQuery 1.9+ #389

tedlin182 opened this issue Feb 5, 2013 · 7 comments

Comments

@tedlin182
Copy link

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

@aeischeid
Copy link

+1
Waiting on this fix so I can remove jquery migrate plugin from our app

@webserviceXXL
Copy link

+1

Think i have a problem with that too. Always get the error: Cannot read property 'msie' of undefined

@takah
Copy link

takah commented Feb 12, 2013

+1

I have avoided this issue by adding migration JS.

<script src="http://code.jquery.com/jquery-migrate-1.1.0.min.js"></script>

http://jquery.com/download/

@ghost
Copy link

ghost commented Feb 15, 2013

+1

@warpech
Copy link
Member

warpech commented Feb 17, 2013

Sorry for the delay while I was on vacation. This is now fixed in 0.8.4.

@warpech warpech closed this as completed Feb 17, 2013
@hjortholm
Copy link

+1 perfect timing - just ran into the same issue :-)
Redownloading immidiately, thx

@aeischeid
Copy link

Thanks!

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

No branches or pull requests

7 participants