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.
我在我的 Web 应用程序中使用 jQuery Flexigrid控件。我只想为onclickFlexigrid 的每一行添加一个事件。我怎样才能做到这一点?
onclick
尝试
$('tr').click(function(){ });