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 to check if number is numeric while using jquery 1.7+? : jquery mobile
Name some of the methods of jquery used to provide effects?
What is jQuery?
Tell me how to select combobox select value and text using jquery?
Explain the difference between body onload() and document.ready() function? : jquery mobile
How do you install/use jquery in a project.
How to disable jQuery animation?
What is get()? : jquery mobile
How can we debug jQuery?
How to get attributes of an element using jQuery?
Is jquery a framework?
How can you disable jquery animation?