$("#tableID").on('click', 'someClickEvent', function (){ // someClickEvent可以是类名,也可以是标签$(this).closest('tr').remove() //隐藏tr 这里我写的事件是点击……