JQuery Programmer Question:

What is the difference between find and children methods?

Tweet Share WhatsApp

Answer:

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

Download JQuery Programmer PDF Read All 201 JQuery Programmer Questions
Previous QuestionNext Question
What is .siblings() method in jQuery?What is the use of jQuery.ajax method ()?