Properties
-
jQuery.browser
Deprecated | Properties of the Global jQuery Object | Utilities
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.browser.version
Deprecated | Properties of the Global jQuery Object | Utilities
The version number of the rendering engine for the user's browser.
-
Ajax Configuration
Low-Level Interface | Properties of jQueryConfig
Configure default values for future Ajax requests.
-
Compare version Configuration
Utilities | Properties of jQueryConfig
Configure default values for future compare version calls.
-
Dictionary Configuration
Internationalisation | Properties of jQueryConfig
Configure default values for future dictionary call.
-
Internationalisation Configuration
Internationalisation | Properties of jQueryConfig
Configure default values for future internationalisation call.
-
Metaparse Configuration
Properties of the Global jQuery Object
Default values for future metaparse calls.
-
MIME Configuration
Utilities | Properties of jQueryConfig
Configure default values for future MIME calls.
-
noConflict Configuration
Core | Properties of jQueryConfig
Preconfigure of jQuery.noConflict.
-
Plugin Controller Configuration
Core | Properties of jQueryConfig
Configure default values for the plugin/dependencies controller.
-
Storage Configuration
Data | Properties of jQueryConfig
Configure default values for future storage calls.
-
jQuery.config
Core | Properties of jQueryConfig | Properties of the Global jQuery Object
Configuration property for jQuery SDK and plugins.
-
.context
Internals | Properties of jQuery Object Instances
The DOM node context originally passed to
jQuery()
; if none was passed then context will likely be the document. -
jQuery.debug
Properties of the Global jQuery Object
A base property for debug tools.
-
jQuery.dependSettings
Properties of the Global jQuery Object | Internationalisation | Templates
Settings of the dependencies controller.
-
jQuery.fx.interval
Custom | Properties of the Global jQuery Object
The rate (in milliseconds) at which animations fire.
-
jQuery.fx.off
Custom | Properties of the Global jQuery Object
Globally disable all animations.
-
.jquery
Internals | Properties of jQuery Object Instances
A string containing the jQuery version number.
-
.jquerysdk
Properties of jQuery Object Instances
A string containing the jQuery SDK version number.
-
.length
Properties of jQuery Object Instances
The number of elements in the jQuery object.
-
jQuery.support.cssprefix
Utilities | Properties of the Global jQuery Object
CSS prefix of the browser engine.
-
jQuery.support.flash
Utilities | Properties of the Global jQuery Object
Available flash version.
-
jQuery.support
Properties of the Global jQuery Object | Utilities
A collection of properties that represent the presence of different browser features or bugs.
-
jQuery.support.multipleUpload
Utilities | Properties of the Global jQuery Object
Support of multiple file upload on single file input.
-
jQuery.support.placeholder
Utilities | Properties of the Global jQuery Object
Support of placeholder attribute for input elements.
-
jQuery.support.touch
Utilities | Properties of the Global jQuery Object
Support of touch events.