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 you use a jquery library in your project?
Define "beforesend(xhr)" paremeter of jquery ajax method?
What is the difference between find and children methods?
How to use migrate jQuery plugin?
Why is not dom ready working for jquery mobile? : jquery mobile
What is the difference between prop and attr?
Define slidetoggle() effect?
How to submit a form without submit button using jquery?
What is the difference between bind() and live() function in jquery?
Tell me do I need to add the jquery file both at the master page and content page as well?
How to multiple version of jQuery?
How to check if number is numeric while using jQuery 1.7+?