How to find grand children in of an element?



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

Post New Answer

More jQuery Interview Questions

How to disable cut,copy and paste in TextBox using jQuery?

1 Answers  


Where jquery mobile works? : jquery mobile

1 Answers  


How to executed jquery selectors? : jquery mobile

1 Answers  


Explain which program is useful for testing jquery?

1 Answers  


What is jquery and what are the advantages?

1 Answers  


In jquery, what is the meaning of toggle?

1 Answers  


How we can set the html contents of an element in jquery?

1 Answers  


what does $("div") will select? : jquery mobile

1 Answers  


What is the difference between find and children methods?

1 Answers  


How to get the current offset of the first matched element, in pixels, relative to the document using ?

1 Answers  


Where can we download JQuery?

1 Answers  


How do you implement animation functionality?

1 Answers  


Categories