Constructor Detail
bbq.ajax.ForwardingJSONRequest(options, options)
Name | Type | Comment |
---|---|---|
options | {Object} | |
options |
Extends
bbq.ajax.JSONRequest.
Defined in: ForwardingJSONRequest.js.
var request = new bbq.ajax.ForwardingJSONRequest({
url: "http://api.google.com",
onSuccess: function(serverRequest, json) {
}
... // more args similar to bbq.ajax.JSONRequest
});
Constructor Attributes | Constructor Name and Description |
---|---|
bbq.ajax.ForwardingJSONRequest(options, options)
This class is designed to be used with the org.bbqjs.spring.ajax.RequestForwarder class
and attepts to work around the same origin policy of most browsers in terms of AJAX.
|
Name | Type | Comment |
---|---|---|
options | {Object} | |
options |