-5

I got Question in interview. What is main difference between find() and children(). Please answer . Thanks in advance

Pai S
  • 11
  • 1

1 Answers1

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