Open ghost opened 11 years ago
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 :-)
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