-
jQuery.browser
We recommend against using this property, please try to use feature detection instead (see jQuery.support). Contains flags for the useragent, read from navigator.userAgent. While jQuery.browser will not be removed from future versions of jQuery, every effort to use jQuery.support and proper feature detection should be made.
-
.context
The DOM node context originally passed to jQuery(); if none was passed then context will likely be the document.
-
jQuery.fx.off
Globally disable all animations.
-
.length
The number of elements in the jQuery object.
-
.selector
A selector representing selector originally passed to jQuery().
-
jQuery.support
A collection of properties that represent the presence of different browser features or bugs.
Properties
2012 © Copyright ninenik.com. All rights reserved.
