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 are the the two types of cdns?
Can we select a element having a specific class in jquery ?
What is jquery.noconflict? Explain
What are the types of selectors in jQuery?
What are the features of jquery used in web applications?
What is queue() in jquery? Use of queue() in jquery?
How to load jQuery locally when CDN fails?
What is the difference between $.map and $.grep in jQuery?
Why use jQuery filter() Methods?
Explain "beforesend(xhr)" paremeter of jquery ajax method?
What is get()? : jquery mobile
How to read cookies in jquery?