janick.eisert
Posts: 0
Joined: Tue Apr 24, 2012 1:32 pm

REST service: beforeSend

Is there an opportunity to call the ajax method "beforeSend"? I can only find the events Complete, Success and Error in Tiggzi. Can I do this programmatically?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

REST service: beforeSend

You can try this:

code
serviceInstanceName.execute({
beforeSend: function (....){
....
}
})
/code

http://api.jquery.com/jQuery.ajax/

Return to “Issues”