Closed malaiselvan closed 10 years ago
While I don't recommend the use of async: false because of total browser freezes, the option is available in $.soap
$.soap({ async: false });
I'll update the readme: it does currently not mention the async option....
Hi,
Its not an issue but a question.
In ajax we have an option to 'async'. While using soap library how can I set that?