addClass('hover') }, function(){ $(this).children('td').removeClass('hover') }); 方法二: 代码如下: $("#table1 tr:gt(0)").hover(function() ...
確定! 回上一頁