私が書いた場合:
<div class="wrapper">
<div>
<input type="text" class="xxx"/>
</div>
<div>
<input type="text" class="yyy"/>
</div>
</div>
質問 :
私が書くとき$(".wrapper").on("click",".yyy",function () {});
::
イベントもリッスン(無視)し.xxx
ますか?
それとも、すべての要素のイベントをリッスンして.wrapper
フィルタリングするだけですか?non ".yyy"