$(document).ready(function(){ $(".imgtext").hide(); $(".zzsc").hover(function(){ setTimeout(function(){ $(".imgtext").slideToggle(400); },1000); //加上定时器 });});