$(function(){ $("td").click(function(){ //td点击事件; var val = $(this).attr("id") //定义val值为点击的此td的id值; })})
$("#tableid td").attr("id")
在td 上加onclick事件