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.
Yii MVC の CGridView のクリック イベントで行が選択されないようにする必要があります。
trすべてのタグでクリック イベントをキャッチできれば、これで十分です。
tr
イベントをキャッチして停止するにはどうすればよいですか?
私の質問に対する答えを見つけました:
$("tr").click(function(event){ event.stopPropagation(); // do something });