Reference for jQuery Properties
This updated and complete reference guide provides a detailed overview of jQuery properties that allow you to get or set element attributes and states within the DOM. These methods make it easier to manage properties such as checked, selected, disabled, and other element-specific characteristics dynamically.
Alphabetical Properties Reference
Below is the full list of jQuery properties in alphabetical order.
Property | Description |
context | Contains the original context passed to jQuery() |
jquery | Contains the jQuery version number |
jQuery.browser | Contains flags for the useragent, read from navigator.userAgent |
jQuery.fx.interval | Change the animation firing rate in milliseconds |
jQuery.fx.off | Globally disable/enable all animations |
jQuery.holdready() | Holds or releases the execution of jQuery’s ready event |
jQuery.ready | A Promise-like object (or “thenable”) that resolves when the document is ready |
jQuery.support | A collection of properties representing different browser features or bugs (Intended for jQuery's internal use) |
length | Contains the number of elements in the jQuery object |
.selector | A selector representing selector passed to jQuery(), if any, when creating the original set |