We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
jQuery.browser was removed from the last version of jQuery (v1.9.0) as it was already deprecated since jQuery v1.3. More details here: http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed
The hashchange plugin isn't working anymore as there is an error. Any quick workaround please?
Thanks
The text was updated successfully, but these errors were encountered:
A very quick fix, would be to copy line 41 to 75 from https://github.com/jquery/jquery-migrate/blob/master/src/core.js and place it in your script. This would restore the old jQuery.browser method.
You could also just load the whole migration plugin, if you don't mind the overhead :-)
Sorry, something went wrong.
No branches or pull requests
Hello,
jQuery.browser was removed from the last version of jQuery (v1.9.0) as it was already deprecated since jQuery v1.3.
More details here: http://jquery.com/upgrade-guide/1.9/#jquery-browser-removed
The hashchange plugin isn't working anymore as there is an error.
Any quick workaround please?
Thanks
The text was updated successfully, but these errors were encountered: