English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
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.
Properties | Description |
---|---|
context | Version3removed in .0The original context passed to jQuery() |
jquery | The jQuery version number |
length | The number of elements in the jQuery object |
selector | Version1.7Deprecated inRepresents the selector passed to jQuery() when creating the original set (if any) |
These properties are associated with the global jQuery object:
Properties | Description |
---|---|
jQuery.browser | In1.3Deprecated in versionContains flags read from navigator.userAgent, such as useragent |
jQuery.fx.interval | In3Deprecated in version .0 and is ineffective in browsers that support the requestAnimationFrame method.Change the animation trigger rate (in milliseconds) |
jQuery.fx.off | Global disable/Enable all animations |
jQuery.holdReady() | Retention or release the execution of the jQuery ready event |
jQuery.ready | An object similar to Promise (or 'thenable') that can be resolved when the document is ready |
jQuery.support | 1.9Version deprecatedA set of properties representing different browser features or errors |