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

hashchange with chrome frame on IE8 #16

Open ghost opened 13 years ago

ghost commented 13 years ago

Hi,

I am using the chrome frame ie add on for the Internet Explorer web browser.

In one file I am using the window.hashchanged() function and this seems to run. It seems like chrome frame changes the hash of the page.

Further if I place the tag the page seems to freeze.

Taking out the hashchange function call seems to solve the problem

Has anyone encounterd this bug before?

thx