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.

Related questions

0 votes
asked Nov 20, 2020 in JQuery by sharadyadav1986
0 votes
asked Nov 19, 2020 in JQuery by rajeshsharma
...