cowboy / jquery-hashchange

This jQuery plugin enables very basic bookmarkable #hash history via a cross-browser HTML5 window.onhashchange event.
http://benalman.com/projects/jquery-hashchange-plugin/
GNU General Public License v2.0
1.21k stars 258 forks source link

Added extra test to support jquery <1.9 #38

Closed pahlers closed 6 years ago

pahlers commented 10 years ago

I’m want to update to a new version of jQuery. This change allows me to do.

It adds an extra test that tests the exiting of the function of $.browser

Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.

Krinkle commented 10 years ago

This does not solve the actual problem, it merely masks it. IE6/7/8 is likely broken with this applied. See #42.