jQuery API

Properties of the Global jQuery Object


These properties are associated with the global jQuery object.

  • 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.

  • jQuery.fx.off

    Globally disable all animations.

  • jQuery.support

    A collection of properties that represent the presence of different browser features or bugs.

Time to cache: 0.00041