0 votes
in JQuery by
What is the difference between find and children methods?

1 Answer

0 votes
by

Both the methods are used to filter the child of the matched elements. The find method is used to find all levels down the DOM tree, but the children method searches only a single level down the DOM tree.

...