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 |
What is the difference between onload() and document.ready() function used in jquery?
How to create, read and delete cookies with jquery?
Does jquery 2.0 supports ie? : jquery mobile
What is the difference between $('div') and $('<div/>') in jQuery?
Explain type paremeter of jquery ajax method?
What is the use of clone method in jQuery?
How can you delay document.ready until a variable is set?
When can you use jquery?
Can you please explain the difference between parent() and parents() methods in jquery? : jquery mobile
Can we have multiple document.ready() function on the same page? : jquery mobile
What are selectors in jquery? : jQuery Mobile
What is jQuery CDN?