Properties
-
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.
-
.context
The DOM node context originally passed to
jQuery()
; if none was passed then context will likely be the document. -
jQuery.fx.interval
The rate (in milliseconds) at which animations fire.
-
jQuery.fx.off
Globally disable all animations.
-
.jquery
A string containing the jQuery version number.
-
.length
The number of elements in the jQuery object.
-
jQuery.support
A collection of properties that represent the presence of different browser features or bugs.