Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
簡単な質問ですが、 <table>要素に onclick イベント ハンドラを配置することは可能ですか? 現時点では<tr>、行がクリックされたことを検出するためのハンドラーをそれぞれに持っていますが、テーブル全体に対して単一のイベントハンドラーを作成し、event.target を使用して見つけることができれば、よりシンプルで効率的だと考えていました。クリックされた行。
<table>
<tr>
イベントの委任が必要なようです。
jQuery:http ://api.jquery.com/delegate/
生:http ://davidwalsh.name/event-delegate