$(document).ready(function(){ $(".nav").find("li").mouseenter(function(){ //$(this).find("div").stop(true,true).show(500); var num = $(this).children('div').children('a').length; $(this).find("div").stop(true,true).animate({'height':(41*num)+'px'},500); }).mouseleave(function(){ //$(this).find("div").stop(true,true).hide(500); $(this).find("div").stop(true,true).animate({'height':'0'},500); }); })

您现在的位置: 首页 > 工程案例

工程案例

Copyright ©2011-2023 开云全站「中国大陆」官方网站 版权所有 鲁ICP备09025120号