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

Cannot read property 'msie' of undefined #43

Open leckylao opened 10 years ago

leckylao commented 10 years ago

Uncaught TypeError: Cannot read property 'msie' of undefined jquery.ba-hashchange.min.js?body=1:10

Uncaught TypeError: Cannot read property 'msie' of undefined jquery.ba-hashchange.js?body=1:300

$.browser.msie && !supports_onhashchange && (function(){

Seems like the msie is undefined. And I do need support for IE8.

rohan-deshpande commented 10 years ago

Yeah I'm seeing it as well, would be due to jQuery removing $.browser I guess

Krinkle commented 10 years ago

Duplicate of #42.

rafegoldberg commented 9 years ago

seeing this problem as well, any suggestions on a fix? and :+1: @rohan-deshpande, I'll bet that's the issue.