jQuery Tutorial plus Question:

Explain the difference between find and children methods in jQuery?

jQuery Interview Question
jQuery 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
Is jQuery is JSON library file or a JavaScript?How to include jQuery library in ASP.Net project?