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
A jQuery instance.
An object created using {}
or new Object()
. jQuery's $.isPlainObject()
function is used to
validate this datatype.