would you please tell me what is the purpose of using $.Deferred() JQuery's Object with it's predefined methods, in functions with javascript. I've read the API but I didn't understand the goal exactly. Thank you
Asked
Active
Viewed 259 times
-2
-
This is a great video tutorial https://www.youtube.com/watch?v=juRtEEsHI9E – callback Mar 19 '15 at 22:31
1 Answers
2
you can follow this one Asynchronous vs synchronous execution, what does it really mean?
simply for asynchronous call you can use $.ajax and if you gonna need result in synchronous way then you can use $.Deferred()

Community
- 1
- 1

Tareq Jobayere
- 709
- 7
- 13