Category: Properties

Also in: Deprecated > Deprecated 1.10 | Internals | Properties > Properties of jQuery Object Instances | Removed
.context
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.

Also in: Internals | Properties > Properties of jQuery Object Instances
.jquery
A string containing the jQuery version number.

Also in: Deprecated > Deprecated 1.3 | Properties > Properties of the Global jQuery Object | Removed | Utilities
jQuery.browser
Contains flags for the useragent, read from navigator.userAgent. This property was removed in jQuery 1.9 and is available only through the jQuery.migrate plugin. Please try to use feature detection instead.

Also in: Effects > Custom | Deprecated > Deprecated 3.0 | Properties > Properties of the Global jQuery Object
jQuery.fx.interval
The rate (in milliseconds) at which animations fire.

Also in: Effects > Custom | Properties > Properties of the Global jQuery Object
jQuery.fx.off
Globally disable all animations.

Also in: Core | Events > Document Loading | Properties > Properties of the Global jQuery Object
jQuery.holdReady()
Holds or releases the execution of jQuery’s ready event.

Also in: Core | Events > Document Loading | Properties > Properties of the Global jQuery Object
jQuery.ready
A Promise-like object (or “thenable”) that resolves when the document is ready.

Also in: Deprecated > Deprecated 1.9 | Properties > Properties of the Global jQuery Object | Utilities
jQuery.support
A collection of properties that represent the presence of different browser features or bugs. Intended for jQuery’s internal use; specific properties may be removed when they are no longer needed internally to improve page startup performance. For your own project’s feature-detection needs, we strongly recommend the use of an external library such as Modernizr instead of dependency on properties in jQuery.support.

Also in: Properties > Properties of jQuery Object Instances
.length
The number of elements in the jQuery object.

Also in: Deprecated > Deprecated 1.7 | Internals | Properties > Properties of jQuery Object Instances | Removed
.selector
A selector representing selector passed to jQuery(), if any, when creating the original set.

发布了73 篇原创文章 · 获赞 189 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/blog_programb/article/details/105570348