How to find grand children in of an element?
Answer / Rajendra Singh Rajpoot
In jQuery, you can use the `find()` method multiple times to traverse down the DOM tree. For finding grandchildren, you can do: `$('parent-element').find('parent-element > child-element').find('grandchild-element');`
| Is This Answer Correct ? | 0 Yes | 0 No |
How to disable cut,copy and paste in TextBox using jQuery?
Where jquery mobile works? : jquery mobile
How to executed jquery selectors? : jquery mobile
Explain which program is useful for testing jquery?
What is jquery and what are the advantages?
In jquery, what is the meaning of toggle?
How we can set the html contents of an element in jquery?
what does $("div") will select? : jquery mobile
What is the difference between find and children methods?
How to get the current offset of the first matched element, in pixels, relative to the document using ?
Where can we download JQuery?
How do you implement animation functionality?