爱易网
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 浏览次数:20200 次
以下是程序代码
<html> <head> <title>无限级可刷新Js树型菜单</title> <meta name="robots" content="无限级可刷新Js树型菜单" /> <meta name="description" content="无限级可刷新Js树型菜单" /> <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: 'http://www.qpsh.com/icon/wx/base.gif', folder: 'http://www.qpsh.com/icon/wx/folder.gif', folderOpen: 'http://www.qpsh.com/icon/wx/folderopen.gif', node: 'http://www.qpsh.com/icon/wx/page.gif', empty: 'http://www.qpsh.com/icon/wx/empty.gif', line: 'http://www.qpsh.com/icon/wx/line.gif', join: 'http://www.qpsh.com/icon/wx/join.gif', joinBottom: 'http://www.qpsh.com/icon/wx/joinbottom.gif', plus: 'http://www.qpsh.com/icon/wx/plus.gif', plusBottom: 'http://www.qpsh.com/icon/wx/plusbottom.gif', minus: 'http://www.qpsh.com/icon/wx/minus.gif', minusBottom: 'http://www.qpsh.com/icon/wx/minusbottom.gif', nlPlus: 'http://www.qpsh.com/icon/wx/nolines_plus.gif', nlMinus: 'http://www.qpsh.com/icon/wx/nolines_minus.gif' }; 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) ? th
上一篇:狡猾的按钮特效
下一篇:阿里巴巴滑动导航广告代码
免责声明:
本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
相关资料
更多>
评论:阿里为什么不试着收购一家香港媒体呢
阿里马云:我觉得互联网还有十年可以做
美国政府关门可能影响去哪儿等公司IPO
云储存有多远:跨过数据安全问题即可到达
新浪微博推粉丝头条功能 意欲与大号分成
余额宝收益率跌破5% 银行系宝宝收益率赶超
网络旅行游记被曝插入"软广告" 个别人士月入数万
微软确认 Surface 计划更多尺寸和LTE 版本
小米2S试水高端化 纯“性价比”玩法已成过去式
推荐阅读
更多>
广电总局回应美剧下架:不是所有信息可公开
史上最严电话实名制9月实行 三大难题待解
OPPO创始人陈明永:我们是怎么做营销的
雷军收买腾讯金山股份:持股比例升至27%
苹果iWatch或使用量产液态金属 将取代玻璃
微信企业号必须搬走四座大山,否则只能铩羽而归!
百度“全网寻人”面前的互联网信息枢纽价值
网易微博将正式关闭 用户迁至轻博客LOFTER
FDD牌照12月将发放 联通电信双4G反击中移动
阿里物流搭上邮政:京东,我们在终点等你!
易信工具性优势突出 丁磊三板斧或先砍在飞信上
电信资费新政:三巨头压力大 短期降价仍有争议
逆转猜想:如果阿里成为雅虎大股东会怎样?
中移动“重启”自有品牌手机成败难料
传苹果与雅虎协作信息提供 进一步摆脱谷歌
诺基亚称不会更名“微软移动” 5月还将发布新品
小米年度发布会遭围剿!多款新品难阻品牌危机
苹果30亿美元收购Beats
称产品遭诋毁 奇虎再诉百度
传陌陌或12月赴美IPO 估值约30亿美元