Jquery Ref Prop
# jQuery Properties
* * *
## jQuery Properties
| Method | Description |
| :--- | :--- |
| (#) | Deprecated in version 1.10. Contains the original context passed to jQuery. |
| (#) | Contains the jQuery version number. |
| [jQuery.fx.interval](#) | Changes the animation run rate in milliseconds. |
| [jQuery.fx.off](#) | Globally disables or enables all animations. |
| [jQuery.support](#) | Contains a set of properties indicating different browser features or bugs (primarily for jQuery's internal use). |
| (#) | Contains the number of elements in the jQuery object. |
| [jQuery.cssNumber](#) | Contains an object of all CSS properties that can be used without units. |
YouTip