jQuery滑动手风琴二级分类菜单代码
jQuery滑动手风琴二级分类菜单代码

jQuery滑动手风琴二级分类菜单代码是一款手风琴效果的适合做网站首页产品分类导航js代码。
js代码
<script type="text/javascript"> $(document).ready(function(e) { var currentLi = $(".indexTypes ul li"); $(currentLi.eq(0)).stop().animate({"width":"510px"},600); $(currentLi.eq(0)).children(".con").animate({"left":"193px"},600); $(currentLi).hover(function(e){ $(this).siblings("li").stop().animate({"width":"193px"},600); $(this).siblings("li").removeClass("current"); $(this).addClass("current"); $(this).stop().animate({"width":"510px"},600); }); }); </script>
- 刺猬QQ交流群号多少?
- 363432
- 刺猬官方有技术支持吗?
- 有的,但技术支持是有偿服务哦,咨询右下角的在线客服吧!
- 下载的资源不能使用怎么办?
- 如果在本站下载的资源不能使用,一经确认可以联系在线客服退款。