What is the difference between parent() and parents() methods in jQuery?
Answer / chaitanya
The basic difference is the parent() function travels only one level in the DOM tree, where parents() function search through the whole DOM tree.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is .empty()? : jquery mobile
Explain the starting point of code execution in jquery? : jquery mobile
What are the different type of selectors in jquery?
What is serialize() in jquery?
Why jquery?
Is there any advantage of using $.ajax() for ajax call against $.get() or $.post()?
How do you stop the currently-running animation? : jquery mobile
What are various methods to make ajax request in jQuery?
What is the purpose of fadetoggle() method in jquery?
What are deferred and promise object in jQuery?
Explain .on()? : jquery mobile
Is jQuery is a client or server scripting?