del | performs an async-DELETE ajax request |
get | performs an async-GET ajax request |
getSync | performs a sync-GET ajax request |
post | performs an async-POST ajax request |
postSync | performs a sync-POST ajax request |
put | performs an async-PUT ajax request |
query | performs an async or sync ajax request |
onAjaxError | fires if the server returns an error |
onLoadXMLError | fires if an error occurs during XML parsing |
cache | enables/disables an additional param to prevent caching |
method | defines used method for load/loadStruct functionality, get or post, get by default |