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 jquery be used in conjunction with another javascript library that also uses $ for naming?
What is jquery.noconflict? Explain
How can you apply a style on an element using jQuery?
What are different type of selector in jQuery?
What are the different ways of using $.connect function in jquery?
What is jquery toggle function?
Can we add more than one ‘document.ready’ function in a page?
How to disable/enable an element in jquery?
What are the effects methods used in jquery?
Define jquery connect?
explain bind() vs live() vs delegate() methods in jquery
Explain jquery filter?