Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
JQueryCookieStatic
Interface JQueryCookieStatic
Index
Call signatures
Properties
json
raw
Call signatures
(
)
:
{ [key: string]: string; }
Returns
{ [key: string]: string; }
(
name
:
string
)
:
any
Parameters
name:
string
Returns
any
(
name
:
string
, value
:
string
)
Parameters
name:
string
value:
string
(
name
:
string
, value
:
string
, options
:
JQueryCookieOptions
)
Parameters
name:
string
value:
string
options:
JQueryCookieOptions
(
name
:
string
, value
:
any
)
Parameters
name:
string
value:
any
(
name
:
string
, value
:
any
, options
:
JQueryCookieOptions
)
Parameters
name:
string
value:
any
options:
JQueryCookieOptions
Properties
optional
public
json
?:
boolean
optional
public
raw
?:
boolean
Globals
jquery