标签: javascript jquery
$('root selector').on('click',function(){})
和
$('root').on('click', 'selector', function(){})
我想特别了解事件冒泡。