1、下载Jquery文件并引入

3、编写css文件,设置表格的width:200px,将标题tr设置为text-align:center;并设置背景颜色

5、换用hover()方法来实现效果$(function(){ $('.titletr').hover(funct足毂忍珩ion(){ $(this).next().fadeIn(600); },function(){ $(this).next().fadeOut(600); });});

1、下载Jquery文件并引入
3、编写css文件,设置表格的width:200px,将标题tr设置为text-align:center;并设置背景颜色
5、换用hover()方法来实现效果$(function(){ $('.titletr').hover(funct足毂忍珩ion(){ $(this).next().fadeIn(600); },function(){ $(this).next().fadeOut(600); });});