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.22k stars 258 forks source link

Error: Uncaught TypeError: Cannot read property 'msie' of undefined #48

Open digitalblur opened 8 years ago

digitalblur commented 8 years ago

The $.browser method has been removed as of jQuery 1.9

http://stackoverflow.com/questions/14923301/uncaught-typeerror-cannot-read-property-msie-of-undefined-jquery-tools

Krinkle commented 8 years ago

Duplicate of #42.