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.
テーブル内にこの JavaScript コードといくつかの tr 要素がありますが、この要素ではクリック イベントが機能しません。div などの他の要素を既に試しましたが、機能しました。理由を知っている人はいますか?
$(document).ready(function() { $('tr').bind('click',function(){ alert('clicked'); }); });