Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
D
 delay, jQuery.fn.hashchange
 domain, jQuery.fn.hashchange
E
 Events
 Examples
F
 Functions
H
 hashchange, jQuery.fn
 hashchange event
J
 jQuery hashchange event
K
 Known issues
L
 License
P
 Properties
R
 Release History
S
 src, jQuery.fn.hashchange
 Support and Testing
The numeric interval (in milliseconds) at which the hashchange event polling loop executes.
If you’re setting document.domain in your JavaScript, and you want hash history to work in IE6/7, not only must this property be set, but you must also set document.domain BEFORE jQuery is loaded into the page.
These working examples, complete with fully commented code, illustrate a few ways in which this plugin can be used.
Bind a handler to the window.onhashchange event or trigger all bound window.onhashchange event handlers.
Fired when location.hash changes.
Version: 1.3, Last updated: 7/21/2010
While this jQuery hashchange event implementation is quite stable and robust, there are a few unfortunate browser bugs surrounding expected hashchange event-based behaviors, independent of any JavaScript window.onhashchange abstraction.
Copyright © 2010 “Cowboy” Ben Alman, Dual licensed under the MIT and GPL licenses.
If, for some reason, you need to specify an Iframe src file (for example, when setting document.domain as in jQuery.fn.hashchange.domain), you can do so using this property.
Information about what version or versions of jQuery this plugin has been tested with, what browsers it has been tested in, and where the unit tests reside (so you can test it yourself).
Close