JQuery Programmer Question:
What are deferred and promise object in jQuery?
Answer:
Deferred and promise are part of jQuery since version 1.5 and they help in handling asynchronous functions like Ajax.
Previous Question | Next Question |
Is jQuery replacement of Java Script? | How to prevents the browser from executing the default action using jQuery? |