var handle = null;
 $('#dy_master2').mouseover(function () {
     handle = setTimeout(popdiv2, 500);
 }).mouseout(function () {
     clearTimeout(handle);
 });
posted on 2011-06-15 16:43  佐伊凡  阅读(2557)  评论(0编辑  收藏  举报