Properties of the Global jQuery Object
These properties are associated with the global jQuery object.
-
jQuery.browser
Contains flags for the useragent, read from navigator.userAgent. We recommend against using this property; please try to use feature detection instead (see jQuery.support). jQuery.browser may be moved to a plugin in a future release of jQuery.
-
jQuery.fx.interval
The rate (in milliseconds) at which animations fire.
-
jQuery.fx.off
Globally disable all animations.
-
jQuery.support
A collection of properties that represent the presence of different browser features or bugs.