I got Question in interview. What is main difference between find() and children(). Please answer . Thanks in advance
Asked
Active
Viewed 1,312 times
-5
-
1just check jQuery docs – Pranav C Balan Jul 26 '16 at 06:57
-
3Please check the documentation of jQuery – kapantzak Jul 26 '16 at 06:57
-
RTFM: http://api.jquery.com/children + http://api.jquery.com/find – Rory McCrossan Jul 26 '16 at 07:25
-
You didn't show any effort. – william.eyidi Sep 22 '17 at 11:41
1 Answers
2
Find method is used to find all levels down the DOM tree but children find single level down the DOM tree.

Pramod Kharade
- 2,005
- 1
- 22
- 41