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

Update test suite and jQuery support #45

Closed Krinkle closed 8 years ago

Krinkle commented 10 years ago

Confirmed all test suites (jQuery 1.11.1, 1.4.2, 1.3.2, 1.2.6, ie7-compat, document-domain) passing with the following browsers:


Screenshot

Krinkle commented 10 years ago

While at it, I also took a stab at confirming support for browsers in general. While the plugin code hasn't changed, browsers may have.

I confirmed all test suites (jQuery 1.11.1, 1.4.2, 1.3.2, 1.2.6, ie7-compat, document-domain) passing in all of the following browsers:

\* These failed by default due to interference from a developer extension. It passed in incognito mode.

Krinkle commented 10 years ago

Bump.

cvrebert commented 10 years ago

@Krinkle The most recent commit on this project was on Sep 2, 2010. It's probably dead.

Krinkle commented 10 years ago

@cvrebert I'm aware. I've been in contact with the principle author (@cowboy) both in-person and on IRC prior to writing this PR about reviving it.

cowboy commented 10 years ago

Wow, I think I unsubscribed from this repo. Sorry about that. Let me look at this PR, thanks!

nwohaibi commented 9 years ago

+1

christopher-hopper commented 8 years ago

+1

Krinkle commented 8 years ago

Closing for now. Internet Explorer 8 is no longer of interest to me for Grade A JavaScript-enabled run time support.

I encourage anyone still struggling with this to adopt a "Cut the mustard" -like approach where you essentially return early based on various feature tests and/or user-agent blacklists and essentially force a graceful degraded javascriptless experience to older browsers.