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 is remove in Jquery 1.9 #11

Open
ClaudeMa opened this issue Sep 10, 2013 · 1 comment
Open

$.browser is remove in Jquery 1.9 #11

ClaudeMa opened this issue Sep 10, 2013 · 1 comment

Comments

@ClaudeMa
Copy link

http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed

@splinter89
Copy link

Just add the following code at the top of your elrte.js:

$.browser = {
    msie: /msie/i.test(navigator.userAgent) && !window.opera
    // safari, opera, mozilla - these are also used
};

or even better - use jquery/jquery-migrate

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

No branches or pull requests

2 participants