url |
string
|
Url to call |
skip_container |
boolean
|
return come with main container |
no_timer |
undefined
|
boolean
|
wether to display a blocking timer during request |
dom_target |
string
|
indicates the dom element that will received the result of the request |
replace_dom_target |
boolean
|
indicates if the dom_target will be replaced by the result of the request |
data |
boolean
|
object that store the posted data of the request |
success |
undefined
|
function
|
function called on success |
error |
undefined
|
function
|
function called on error |
up_progress |
undefined
|
function
|
function called on upload progress |
down_progress |
undefined
|
function
|
function called on down progress |