标签: javascript jquery ajax hashchange
我想通过使用jQuery和onhashchange事件来支持ajax导航。 看起来Ben Alman's hashchange plugin已过时,因为它依赖于jQuery浏览器检测,which is deprecated and not recommended。
onhashchange
我还找到了history.js库,但它使用了我不想使用的HTML5历史记录API,因为我希望所有浏览器都能保持一致的行为。
目前实施onhashchange支持的最佳方法是什么?