What are deferred and promise object in jQuery?
Answer / chaitanya
Deferred and promise are part of jQuery since version 1.5 and they help in handling asynchronous functions like Ajax. Find out more here.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me an example usage of jquery mobile? : jquery mobile
What to do to select element having a particular class (".selected")? : jquery mobile
Is it possible to use our own specific character in the place of $ sign in jquery? : jquery mobile
What are the advantage of using cdn? : jquery mobile
Does jquery follow w3c recommendations?
What the use of $ symbol in jquery.
Is it possible that jquery html work for both html and xml document?
What is queue() in jquery? Use of queue() in jquery?
How do you check or uncheck a checkbox input or radio button?
What are the different types of selectors?
Explain "beforesend(xhr)" paremeter of jquery ajax method?
How can we debug jQuery?