jQuery Properties
jQuery Properties
| Method | 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 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 | 
 
