爱易网
IT新闻
IT新闻
爱易资讯
网站搭建
云虚拟主机教程
云服务器教程
Apache教程
IIS教程
Nginx教程
网站策划
站长文章
推广教程
淘宝客教程
网页设计
HTML教程
XHTML教程
CSS教程
HTML5教程
CSS3教程
JavaSript基础
JQuery教程
Node.js教程
前端技术
Ajax教程
Js特效
Xml教程
平面设计
页面UI设计
photoshop教程
程序开发
AI人工智能
Asp教程
Php教程
Asp.Net教程
Net Core教程
C#教程
Java教程
Jsp教程
开发技术
微信小程序教程
Uniapp开发教程
微信公众号开发
Andriod教程
IOS教程
DOS教程
Python教程
Docker教程
Windows Container教程
数据库
MSSQL教程
MySQL教程
Redis教程
Access教程
Oracle教程
数据库教程
操作系统
Linux教程
Windows教程
MAC教程
Cisco教程
交换机教程
防火墙教程
搜索
爱易网页
JS特效
可刷新Js树型菜单
可刷新Js树型菜单
日期:2014-05-18 浏览次数:20325 次
以下是程序代码
<html> <head> <meta name="keywords" content="站长,网页特效,js特效,广告代码,zzjs,zzjs.net,sky,www.zzjs.net,站长特效 网" /> <meta name="description" content="www.zzjs.net,站长特效网,站长必备js特效及广告代码。大量高质量js特效,提供高质量广告代码下载,尽在站长特效网" /> <title>可刷新Js树型菜单,zzjs.net收集,站长特效网欢迎您。</title> <script type="text/javascript"> function Node(id, pid, name, url, title, target, icon, iconOpen, open) { this.id = id; this.pid = pid; this.name = name; this.url = url; this.title = title; this.target = target; this.icon = icon; this.iconOpen = iconOpen; this._io = open || false; this._is = false; this._ls = false; this._hc = false; this._ai = 0; this._p; }; // Tree object function dTree(objName) { this.config = { target: null, folderLinks: true, useSelection: true, useCookies: true, useLines: true, useIcons: true, useStatusText: false, closeSameLevel: false, inOrder: false } this.icon = { root: '/img/base.gif', folder: '/img/folder.gif', folderOpen: '/img/folderopen.gif', node: '/img/page.gif', empty: '/img/empty.gif', line: '/img/line.gif', join: '/img/join.gif', joinBottom: '/img/joinbottom.gif', plus: '/img/plus.gif', plusBottom: '/img/plusbottom.gif', minus: '/img/minus.gif', minusBottom: '/img/minusbottom.gif', nlPlus: '', nlMinus: '' }; this.obj = objName; this.aNodes = []; this.aIndent = []; this.root = new Node(-1); this.selectedNode = null; this.selectedFound = false; this.completed = false; }; // Adds a new node to the node array dTree.prototype.add = function(id, pid, name, url, title, target, icon, iconOpen, open) { this.aNodes[this.aNodes.length] = new Node(id, pid, name, url, title, target, icon, iconOpen, open); }; // Open/close all nodes dTree.prototype.openAll = function() { this.oAll(true); }; dTree.prototype.closeAll = function() { this.oAll(false); }; // Outputs the tree to the page dTree.prototype.toString = function() { var str = '<div class="dtree">\n'; if (document.getElementById) { if (this.config.useCookies) this.selectedNode = this.getSelected(); str += this.addNode(this.root); } else str += 'Browser not supported.'; str += '</div>'; if (!this.selectedFound) this.selectedNode = null; this.completed = true; return str; }; // Creates the tree structure dTree.prototype.addNode = function(pNode) { var str = ''; var n=0; if (this.config.inOrder) n = pNode._ai; for (n; n<this.aNodes.length; n++) { if (this.aNodes[n].pid == pNode.id) { var cn = this.aNodes[n]; cn._p = pNode; cn._ai = n; this.setCS(cn); if (!cn.target && this.config.target) cn.target = this.config.target; if (cn._hc && !cn._io && this.config.useCookies) cn._io = this.isOpen(cn.id); if (!this.config.folderLinks && cn._hc) cn.url = null; if (this.config.useSelection && cn.id == this.selectedNode && !this.selectedFound) { cn._is = true; this.selectedNode = n; this.selectedFound = true; } str += this.node(cn, n); if (cn._ls) break; } } return str; }; // Creates the node icon, url and text dTree.prototype.node = function(node, nodeId) { var str = '<div class="dTreeNode">' + this.indent(node, nodeId); if (this.config.useIcons) { if (!node.icon) node.icon = (this.root.id == node.pid) ? this.icon.root : ((node._hc) ? this.icon.folder : this.icon.node); if (!node.iconOpen) node.iconOpen = (node._hc) ? this.icon.folderOpen : this.icon.node; if (this.root.id == node.pid) { node.icon = this.icon.root; node.iconOpen = this.icon.root; } str += '<img id="i' + this.obj + nodeId + '" src="' + ((node._io) ? node.iconOpen : node.icon) + '" alt="" onload="return imgzoom(this,600);" onclick="javascript:window.open(this.src);" style="cursor:pointer;"/>'; } if (node.url) { str += '<a id="s' + this.obj + nodeId + '" class="' + ((this.config.useSelection) ? ((node._is ? 'nodeSel' : 'node')) : 'node') + '" href
上一篇:狡猾的按钮特效
下一篇:后台常用js菜单
免责声明:
本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
相关资料
更多>
中国移动4G资费调整方案6月1日起正式实施
组建铁塔公司倒逼运营商改革 或加速4G网建设
腾讯再次重申:普通微信誉户相对不收费
中移动业绩增长趋缓 目光转向海外市场
国美电商开打价钱战 牟贵先言行矛盾受质疑
中移动落马高管盘点:广东移动成反腐重地
特斯拉将获上海免费牌照 充电桩面临双重标准
喜大普奔:2016年国内乘客有望在飞机上使用手机
AMD Q1净亏1.46亿美元 转战SOC拥抱ARM求变
推荐阅读
更多>
蘑菇街CEO陈琪:2015将回归社会化电商
“合聚变”来了 UC优视确认并入阿里巴巴
继续涨:微博IPO第二交易日 收盘大涨11.71%
全球五大电信设备商业绩:华为净利居首
微信将商场O2O战火烧到了阿里巴巴老家
传谷歌开发者大会发布Android 4.3 并非5.0版本
途牛开盘价9美元 与发行价持平
称产品遭诋毁 奇虎再诉百度
迅雷欲3300万美元收购金山快盘 预计9月完成
国美苏宁线上首度正面PK 京东列席4月电商战
阿里马云:我觉得互联网还有十年可以做
中移动“重启”自有品牌手机成败难料
湘鄂情剥离餐饮业务进军大数据的底气在哪里?
2019双12阿里云老用户怎么参加拼团活动 老用户拼团方法
打车软件“明补变暗补”背后的小算盘
揭秘:阿里巴巴“无人认领”的三成股权都归谁
英特尔IDF峰会启示:释放移动互联的信号
中国首台比特币ATM登陆上海 可购买不可兑换现钞
百度吴恩达:图像和音视频搜索是人工智能新方向
苹果售后生态链乱象:供需失衡价钱不一