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
相關文章
相關標籤/搜索