jQuery Properties

jQuery is a JavaScript Library.
jQuery greatly simplifies JavaScript programming.
jQuery is easy to learn.
Post Reply
Guest

jQuery Properties

Post by Guest »

jQuery Properties


jQuery Properties


Property
Description


context
Removed in version 3.0. Contains the
original context passed to jQuery()


jquery
Contains the jQuery version number


jQuery.fx.interval
Change the animation firing rate in milliseconds


jQuery.fx.off
Globally disable/enable all animations


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















+1

Reference: https://www.w3schools.com/jquery/jquery_ref_prop.asp
Post Reply