jQuery history

楼主
jQuery history
jQuery history plugin helps you to support back/forward buttons and bookmarks in your javascript applications. You can store the application state into URL hash and restore the state from it. [P][URL=http://github.com/tkyk/jquery-history-plugin/raw/master/jquery.history.js]Download jquery.history.js[/URL] [/P]Supported browsers[ul][li]Internet Explorer 6, 7, and 8+[/li][li]Safari 4 and 5+[/li][li]Google Chrome 4+[/li][/ul][P]This plugin is built on [URL=http://www.w3.org/TR/html5/history.html#event-hashchange]hashchange event[/URL], which is defined in HTML5 and supported in most modern browsers. Unless it is supported the plugin works on some fallback mechanisms: [/P][ul][li]monitoring location.hash by setInterval (Safari 4)[/li][li]iframe and setInterval (IE 6, 7, and compatibility mode on IE8)[/li][/ul]Known issuesIE6, 7, and IE8 compatibility modeBack/forward button will not work if you refresh the page and the document is reloaded.IE8 standards modeThe current hash will not be recorded in the history if you update the URL hash by hand or loading bookmarks.IE6, 7, and 8When you redirect the browser to the page where you are using the history plugin, modifying the hash results in a reload, and therefore the plugin will not work properly.
1楼
jquery history plugin, url hash
[P]jQuery BBQ [URL=http://benalman.com/projects/jquery-bbq-plugin/]http://benalman.com/projects/jquery-bbq-plugin/[/URL][/P][P]History.js [URL=https://github.com/balupton/history.js]https://github.com/balupton/history.js[/URL][/P][P]jQuery history [URL=https://github.com/balupton/jquery-history]https://github.com/balupton/jquery-history[/URL][/P][P] [/P][P]More [URL=http://stackoverflow.com/questions/4347168/jquery-history-plugin]http://stackoverflow.com/questions/4347168/jquery-history-plugin[/URL][/P]

电脑版 Page created in 0.0625 seconds with 4 queries.