WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

deprecated

since version 1.9

Hierarchy

  • JQuerySupport

Index

Properties

ajax

ajax: boolean

boxModel

boxModel: boolean

changeBubbles

changeBubbles: boolean

checkClone

checkClone: boolean

checkOn

checkOn: boolean

cors

cors: boolean

cssFloat

cssFloat: boolean

hrefNormalized

hrefNormalized: boolean

htmlSerialize

htmlSerialize: boolean

leadingWhitespace

leadingWhitespace: boolean

noCloneChecked

noCloneChecked: boolean

noCloneEvent

noCloneEvent: boolean

opacity

opacity: boolean

optDisabled

optDisabled: boolean

optSelected

optSelected: boolean

style

style: boolean

submitBubbles

submitBubbles: boolean

tbody

tbody: boolean

Methods

scriptEval

  • scriptEval(): boolean
  • Returns boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc