1200字范文,内容丰富有趣,写作的好帮手!
1200字范文 > jQuery实现折叠 展开的菜单组效果代码【jquery】

jQuery实现折叠 展开的菜单组效果代码【jquery】

时间:2023-06-13 20:27:27

相关推荐

jQuery实现折叠 展开的菜单组效果代码【jquery】

web前端|js教程

jQuery,折叠,展开,菜单组,jQuery菜单组

web前端-js教程

本文实例讲述了jQuery实现折叠、展开的菜单组效果代码。分享给大家供大家参考。具体如下:

很不错手机一键root应用源码,ubuntu发行版本,购物订单信息爬虫,php type=,seo入门步骤lzw

这是一款jQuery实现的漂亮的竖向折叠菜单组,初次运行的时候请刷新一下页面,让jQ载入,这款菜单应用广泛,可用到后台左侧,网站前台也可以用,发现自腾讯微博开放平台,分享给大家一起研究吧。提示:如果有错误,请刷新页面。

h5网游源码,vscode 转换,ubuntu 编译cpp,tomcat mode,sqlite构造日期,阿里云系列ii服务器cpu最高配置,c 大视频播放插件下载,java前端后台框架,jsoup网络爬虫,php获取随机字符串,龙华seo培训,钓鱼网站代码,爱意网页,joomla3模板安装,jquery生成页面,图书馆数据管理系统软件下载,cms程序包lzw

运行效果截图如下:

wordpress导航站的源码,Ubuntu无桌面共享,爬虫软件如何删除,php 5.,国内seo企业lzw

在线演示地址如下:

/js//jquery-fade-in-out-menu-group-codes/

具体代码如下:

一个展开合拢的菜单效果* { margin:0; padding:0; }ul,li { list-style:none; }.catalog { width:164px; margin:0 auto;}.t1 { height:4px; background:url(images/bg_catalog.jpg) left top no-repeat; }.t2 { background:url(images/bg_catalog.jpg) -164px top repeat-y; }.t3 { height:4px; background:url(images/bg_catalog.jpg) left bottom no-repeat; }.t2 h2 { height:81px; background:url(images/bg_catalog_logo.jpg) center no-repeat; text-indent:-9999px; }.t2 h3 { heigth:36px; line-height:36px; margin:0 1px; text-indent:26px; background:url(images/bg_catalog_icon.jpg) no-repeat 13px 14px; font-size:14px; border-top:1px solid #fFF; }.t2 ul { padding:10px 0; font-size:12px; }.t2 li { text-indent:27px; height:30px; line-height:30px; }.selected { display:block;}.unselected {display:none;}

资源

平台使用说明

平台介绍 应用开发说明 应用审核流程 成功案例 开发者协议

API说明

API文档 Oauth授权说明 API调用权限

SDK及资源下载

SDK下载 视觉素材下载

帮助中心

常见问题解答 返回错误码说明

$(document).ready(function(){ var catalogIndex=[0,0]; if (catalogIndex[0]==2){catalogIndex[0]=3;} else if(catalogIndex[0]==3){catalogIndex[0]=2;} if(catalogIndex.length==0){catalogIndex=[0,0];} $(".re_left .catalog h3 a").each(function(){ $(this).attr("src",$(this).attr("href")); }); $(".re_left .catalog").find("ul").css("border-bottom",0).end().find("h3:eq("+catalogIndex[0]+")").addClass("open").find("a").attr("href","javascript:void(0);").end().next().css("display","block").find("li:eq("+(catalogIndex[1]-1==-1?9999:catalogIndex[1]-1)+")").addClass("active");$(".re_left .catalog").find("h3").last().css("border-bottom-width","0");});$(".re_left .catalog").find("h3").bind("click",function(){ if ($(this).hasClass("open")) { if ($(this).next().find(".active").size()==0) { $(this).next().slideUp(500,function(){ $(this).prev().removeClass("open"); }); } else { $(this).next().slideUp(500,function(){ $(this).prev().removeClass("open"); //window.location.href=$(this).prev().find("a").attr("src"); }); } } else { $(this).parent().find("ul").slideUp("slow").end().find("h3").removeClass("open"); $(this).addClass("open").next().slideDown(500,function(){ if ($(this).nextAll("h3").size()>0) {$(this).parent().find("h3").last().css("border-bottom-width","1px");} else {$(this).parent().find("h3").last().css("border-bottom-width","0");} window.location.href=$(this).prev().find("a").attr("src"); }); } return false;});

提示:如果有错误,请刷新页面。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。