Properties

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
1jqueryThe jquery property returns the version of the jQuery library in use.
2jQuery.fx.intervalSets the interval (in milliseconds) for running animations. Default is 13ms.
3jQuery.fx.offIf true, disables all animations. If false, animations are enabled.
4lengthReturns the number of elements in the jQuery collection.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *