jQuery操做表格(table)的经常使用方法、技巧汇总

1.鼠标移动行变色javascript $('#table1 tr').hover(function(){ $(this).children('td').addClass('hover') }, function(){ $(this).children('td').removeClass('hover') });方法2 $("#table1 tr:gt(0)").hover(fun
相关文章
相关标签/搜索