jQuery Tutorial plus Question:
Explain the difference between find and children methods in jQuery?

Answer:
Find method is used to find all levels down the DOM tree but children find single level down the DOM tree.
Previous Question | Next Question |
Is jQuery is JSON library file or a JavaScript? | How to include jQuery library in ASP.Net project? |