$(obj).parent("td").click(function(event){ event.stopPropagation()});解决的问题:td上有事件tr上有事件tr的事件会覆盖td上的事件