摘要:
var time = null;$("#menu").hover(function(){ clearTimeout(time); $("#show").show(); console.log("show"); },function(){ time = setTimeout(function(){ $("#show").hide(); console.log("hide"); },50); });$("#show").hover(function(){ clearTimeout 阅读全文
posted @ 2012-10-26 16:01
somesayss
阅读(7817)
评论(0)
推荐(2)
浙公网安备 33010602011771号