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

1.2 minified throws "K is not defined", similar error with non-minified #6

Closed Marketera closed 14 years ago

Marketera commented 14 years ago

See test at http://nathanbrauer.com (Use Firebug to remove the comments allowing the js to be loaded. Currently, I'm using a simple workaround - so the page works as expected, but it's not using jquery-hashchange.)

cowboy commented 14 years ago

You need to use a newer version of jQuery. I recommend 1.4.2, but 1.3.2 will work as well!

Marketera commented 14 years ago

Whoops. Didn't realize the theme was sitting on such an old jQuery version. Thanks :)