I have the following HTML in a JSP file:
7条回答 旧时难觅i (楼主) 2020-12-25 11:38 This work for me! $(document).ready(function() { $(document).on("click", "#tableId tbody tr", function() { //some think }); }); 0 讨论(0) 查看其它7个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
This work for me!
$(document).ready(function() { $(document).on("click", "#tableId tbody tr", function() { //some think }); });