An URL hash is the text added to the end of a link using #.
The jQuery hashchange event plugin allows the browser to track and remember the hashes used on a page, and record them in the browser's history.
The plugin works via the window.onhashchange event introduced with HTML 5 and shoudl work with all major browsers.
Examples and usage instructions are included with the download package.
What is new in this release:
- Reorganized IE6/7 Iframe code to make it more "removable" for mobile-only development.
- Added IE6/7 document.title support.
- Attempted to make Iframe as hidden as possible by using techniques from http://www.paciellogroup.com/blog/?p=604.
- Added support for the "shortcut" format $(window).hashchange( fn ) and $(window).hashchange() like jQuery provides for built-in events.
- Renamed jQuery.hashchangeDelay to <jQuery.fn.hashchange.delay> and lowered its default value to 50.
- Added <jQuery.fn.hashchange.domain> and <jQuery.fn.hashchange.src> properties plus document-domain.html file to address access denied issues when setting document.domain in IE6/7.
Requirements:
- JavaScript enabled on client side
- jQuery 1.2.6 or higher
- HTML 5 enabled browser
Comments not found