Namespace: ajax
Methods
-
(static) .get(url, responsefnc, timeout)
-
Parameters:
Name |
Type |
Description |
url |
String
|
|
responsefnc |
function
|
|
timeout |
Number
|
|
- Source:
-
(static) .getS(url) → {String}
-
Synchronous Get
Parameters:
Name |
Type |
Description |
url |
String
|
|
- Source:
Returns:
-
Type
-
String
-
(static) .post(url, responsefnc, arguments, timeout)
-
Parameters:
Name |
Type |
Description |
url |
String
|
|
responsefnc |
function
|
|
arguments |
String
|
|
timeout |
Number
|
|
- Source:
-
(static) .postS(url, arguments) → {String}
-
Synchronous Post
Parameters:
Name |
Type |
Description |
url |
String
|
|
arguments |
String
|
|
- Source:
Returns:
-
Type
-
String
-
(static) .send(url, responsefnc, method, arguments, timeout, cache)
-
Parameters:
Name |
Type |
Description |
url |
String
|
|
responsefnc |
function
|
|
method |
String
|
|
arguments |
String
|
|
timeout |
Number
|
|
cache |
Boolean
|
|
- Source: