JQuery Programmer Question:
What is the difference between find and children methods?
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 |
What is .siblings() method in jQuery? | What is the use of jQuery.ajax method ()? |