鼠标移入标题滑入

摘自世纪阳光

//case

$(".case li a").live('mouseenter',function(){
//alert('enter');
$(this).children().stop(false,true);
$(this).children(".pop_tit").slideDown("fast");
}).live('mouseleave',function(){
//alert('out');
$(this).children().stop(false,true);
$(this).children(".pop_tit").slideUp("fast");
});

posted @ 2016-07-26 13:57  简单就好zyx  阅读(178)  评论(0编辑  收藏  举报