jquery history plugin

浪子不回头ぞ 提交于 2019-11-30 14:38:28

railscasts has an episode regarding this topic: http://railscasts.com/episodes/175-ajax-history-and-bookmarks

I use the jQuery BBQ: Back Button & Query Library. It's simple, robust, and has a http://benalman.com/projects/jquery-bbq-plugin/

An alternative which I use is balupton's jQuery History which provides nice tracking of hash changes for your website. And jQuery Ajaxy which allows you to have a rich ajax website while still supporting the back and forward buttons and no server side changes.

jQuery History: http://www.balupton.com/projects/jquery-history

jQuery Ajaxy: http://www.balupton.com/projects/jquery-ajaxy

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!