首页 >

基于jquery实现无限级树形菜单【jquery】

web前端|js教程基于jquery实现无限级树形菜单【jquery】
jquery无限级树形菜单,jquery树形菜单,jquery无限级菜单
web前端-js教程
本文实例为大家分享了基于jquery实现无限级树形菜单效果,具有一定的参考价值,具体内容如下
钉钉网站源码,ubuntu密码和密钥,tomcat6怎么添加项目,爬虫低代码框架,php图片如何隐藏占位符,yuri seo coslzw
效果图:
搞笑吧源码,vscode函数查询,ubuntu文本编辑器,tomcat 数据连接池,sqlite收费吗,网页设计怎么改变字体,dedecms数据库,服务器合同,wordpress文章墙插件,前端表单验证框架,java爬虫原理,php 引入文件,咸宁seo,springboot景区,帝国cms 中在javascript 中使用灵动标签,微赚发网站,网页游戏辅助程序设计,手机下载视频网站模板下载,网站后台被挂木马,学生信息管理系统页面,学校管理系统图,传奇私服网站程序lzw
某地拼车网源码,ubuntu怎样改变字体,海外怎么代购爬虫,php time(),网易新闻seolzw
实现代码:

无限级树形菜单ul.a{width:100%;cursor:pointer;padding:0 0px;color:white;}ul.a li{list-style-type:none;cursor:pointer;background:#fff;padding:5px 10px;color:black;width:90%;display:none}.treelist{width:222px;}ul.a div{height:34px;width:100%;background:url(jia.jpg) no-repeat;padding-left:27px;padding-top:6px;color:#333333;font-weight:bold;font-size:15px}.shows{display:block} 
ccccc
xxxx
ccccc
xxxx xxxx
ccccc
ccccc
xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx
ccccc
xxxx xxxx xxxx xxxx
ccccc
xxxx xxxx xxxx xxxx
/*$(".a div").each(function(i){ var w=$(this).parents("li").width(); $(this).css("width",w-100+"px");})*/ $(".a").click(function(){ $(this).find("li").click(function(event){ return false }) if($(this).hasClass("shows")){ $(this).removeClass("shows"); $(this).find("li").find("ul").removeClass("shows"); $(this).find("li").hide(); $(this).find("div").css("background","url(jia.jpg) no-repeat"); }else{ $(this).addClass("shows"); $(this).find("li").show(); $(this).find("li").find("ul").find("li").hide(); $(this).show(); $(this).find("div").eq(0).css("background","url(jian.jpg) no-repeat"); } })

基于jquery实现无限级树形菜单【jquery】
  • jQuery zTree加载树形菜单功能【jquery】
  • jQuery zTree加载树形菜单功能【jquery】 | jQuery zTree加载树形菜单功能【jquery】 ...