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 .detach()? : jquery mobile
How jQuery selectors are executed?
What is the method used to define the specific character in place of $ sign?
How can we include jQuery library in ASP.Net project?
How can events be prevented to work after an ajax request?
Explain type paremeter of jquery ajax method?
Which is fast document.getElementByID('txtName') or $('#txtName').?
Explain all the ways to include jquery in a page?
Tell me which program is useful for testing jquery?
Define jquery filter?
Consider a scenario where things can be done easily with javascript, would you still prefer jQuery?
How can we debug jQuery?