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 |
How can events be prevented to work after an ajax request?
What is the advantage of using protocol less URL while referencing jQuery from CDNs?
How did you become the creator of jquery ui? Whats the story behind that?
What are the various ajax functions?
Can you call C# code-behind method using jQuery? If yes,then how?
Can you write a code to select all links inside the paragraph?
How to set jquery mobile responsive table width to 100% width despite css styles? : jquery mobile
What is jQuery UI?
How do you disable or enable a form element?
Explain source maps in jquery? : jquery mobile
How to executed jquery selectors? : jquery mobile
What is ajax and how it works?