What is the difference between find and children methods?



What is the difference between find and children methods?..

Answer / Pankaj Kumari

The `find()` method searches only direct descendants of the selected elements, while `children()` retrieves all child elements regardless of their type or nesting level.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Change the url for a hyperlink using jquery?

1 Answers  


What is the difference between map and grep function in jquery?

1 Answers  


How can we debug jQuery?

1 Answers  


Why are not some scripts and styles loading? : jquery mobile

1 Answers  


What is method chaining in jquery?

1 Answers  


What's next on the hitlist with jquery ui?

1 Answers  


How to include jquery library in asp.net project?

1 Answers  


How to use css() in jquery?

1 Answers  


Explain the types of selectors in jquery?

1 Answers  


How to get/set the html contents of an element using jQuery?

1 Answers  


How to get the direct parent of an element using ?

1 Answers  


Can you write a jquery code to select all links inside the paragraph?

1 Answers  


Categories