0

What is difference between

$('root selector').on('click',function(){})

and

$('root').on('click', 'selector', function(){})

I want to know specifically about event bubbling.

Yuliam Chandra
  • 14,214
  • 12
  • 51
  • 67

0 Answers0