jQuery Reference Manual - Properties
- Previous Page jQuery Core
- Next Page jQuery Tutorial
jQuery Properties
The following methods listed set or return CSS-related properties of the element.
Properties | Description |
---|---|
context | Deprecated in version 1.10. Contains the original context passed to jQuery(). |
jquery | Contains the jQuery version number. |
jQuery.fx.interval | Change the animation speed in milliseconds. |
jQuery.fx.off | Global disable/enable all animations. |
jQuery.support | A collection of properties representing different browser features or vulnerabilities (used internally by jQuery). |
length | Contains the number of elements in the jQuery object. |
- Previous Page jQuery Core
- Next Page jQuery Tutorial