English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

jQuery Properties

Properties of jQuery object examples

Each jQuery object created with the jQuery() function contains many properties next to its methods.

These properties allow us to check various properties of the object.

PropertiesDescription
contextVersion3removed in .0The original context passed to jQuery()
jqueryThe jQuery version number
lengthThe number of elements in the jQuery object
selectorVersion1.7Deprecated inRepresents the selector passed to jQuery() when creating the original set (if any)

Properties of the global jQuery object

These properties are associated with the global jQuery object:

PropertiesDescription
jQuery.browserIn1.3Deprecated in versionContains flags read from navigator.userAgent, such as useragent
jQuery.fx.intervalIn3Deprecated in version .0 and is ineffective in browsers that support the requestAnimationFrame method.Change the animation trigger rate (in milliseconds)
jQuery.fx.offGlobal disable/Enable all animations
jQuery.holdReady()Retention or release the execution of the jQuery ready event
jQuery.readyAn object similar to Promise (or 'thenable') that can be resolved when the document is ready
jQuery.support1.9Version deprecatedA set of properties representing different browser features or errors