In jQuery, properties generally refer to the attributes and values associated with DOM elements that can be accessed or manipulated using jQuery methods.
jQuery Properties
In the following table, we have listed all the jQuery Properties −
Sr.No. | Methods & Description |
---|---|
1 | jqueryThe jquery property returns the version of the jQuery library in use. |
2 | jQuery.fx.intervalSets the interval (in milliseconds) for running animations. Default is 13ms. |
3 | jQuery.fx.offIf true, disables all animations. If false, animations are enabled. |
4 | lengthReturns the number of elements in the jQuery collection. |
Leave a Reply