GET
void
GET
(
r
)
Build a ajax request using 'GET' method
- Parameters:
-
r <Object>
Object specifying target, callback and data attributes
JSONP
void
JSONP
(
r
)
Receive data through JSONP (insert a script tag within the page)
- Parameters:
-
r <Object>
Object specifying target, callback and data attributes
POST
void
POST
(
r
)
Build a ajax request using 'POST' method
- Parameters:
-
r <Object>
Object specifying target, callback and data attributes
REST
void
REST
(
r
)
Build an ajax request using the right HTTP method
- Parameters:
-
r <Object>
Object specifying target, callback and data attributes