JQuery Programmer Question:

What is the difference between find and children methods?

JQuery Programmer Interview Question
JQuery Programmer Interview Question

Answer:

Find method is used to find all levels down the DOM tree but children find single level down the DOM tree.


Previous QuestionNext Question
What is .siblings() method in jQuery?What is the use of jQuery.ajax method ()?