私はhtml構造を持っています
<div class="abc">
<div id="test">
<label>Name</label>
<input type="checkbox">
<label>Name</label>
<input type="checkbox">
<label>Name</label>
<input type="checkbox">
</div>
</div>
div id testの外側をクリックすると、特定の関数を呼び出すことができます。また、 div id テスト内でイベントがトリガーされることはありません。つまり、チェックボックスをクリックしても、イベントはトリガーされません。
どんな助けでも本当に感謝します。