$("body").on("click",".tab-contentBox td",function(){};
$(".tab-content td").on("click",function(){};
$("#template").click(function(e){};
假如绑定之后,仍然没有反应,则放在函数中
$(function () {
$(".tab-content td").on("click",function(){};
}
jquery中绑定点击事件
阅读 63
2023-05-11
$("body").on("click",".tab-contentBox td",function(){};
$(".tab-content td").on("click",function(){};
$("#template").click(function(e){};
假如绑定之后,仍然没有反应,则放在函数中
$(function () {
$(".tab-content td").on("click",function(){};
}
相关推荐
精彩评论(0)