Global

Type Definitions

jQueryObject

A jQuery instance.

Type:
  • Object

PlainObject

An object created using {} or new Object(). jQuery's $.isPlainObject() function is used to validate this datatype.

Type:
  • Object