Until all browsers support the onhashchange event what is the best workaround for this?
Is there something for this in jQuery? or as a plug-in?
|
Until all browsers support the onhashchange event what is the best workaround for this? Is there something for this in jQuery? or as a plug-in?
| |||||
feedback
|
|
Not sure if this is what you're looking for or not but worth a try: http://plugins.jquery.com/project/ba-jquery-hashchange-plugin | |||
|
feedback
|
|
Yes there is. Check out this jQuery plugin: http://benalman.com/projects/jquery-hashchange-plugin/ | |||
|
feedback
|
Works fine for me across all tested (damn near all) platforms. | |||
|
feedback
|
|
If you're looking for an iframe cross domain solution this seems to be the most robust out there: I haven't tried it though and it seems like it could be a bit difficult to implement and might not work in all situations. | ||||
|
feedback
|
|
Another library that abstracts url management is History.js | |||
|
feedback
|