WEB开发网
开发学院网页设计JavaScript 打造基于jQuery的高性能TreeView(上) 阅读

打造基于jQuery的高性能TreeView(上)

 2009-10-27 00:00:00 来源:WEB开发网   
核心提示: 2:确定数据结构01.varmenudata=[{02.id:"0.1",//唯一的ID即可03.text:"BeyondbitUIDemo",04.hasChildren:true,05.isexpand:true,06.complete:true,07

打造基于jQuery的高性能TreeView(上)打造基于jQuery的高性能TreeView(上)打造基于jQuery的高性能TreeView(上)

2:确定数据结构

01.var menudata = [{
02.    id: "0.1",//唯一的ID即可
03.    text: "Beyondbit UI Demo",
04.    hasChildren: true,
05.    isexpand: true,
06.    complete: true,
07.    ChildNodes: [{
08.        id: "0.1.1",
09.        text: "日期选择",
10.        hasChildren: true,
11.        isexpand: false,
12.        complete: true,
13.        ChildNodes: [{
14.            id: "0.1.1.1",
15.            text: "控件演示",
16.            value: "Testpages/datepickerDemo.htm",
17.            hasChildren: false,
18.            isexpand: false,
19.            complete: true,
20.            ChildNodes: null
21.        },
22.        ...
23.        ]

上一页  1 2 3 4 5 6  下一页

Tags:打造 基于 jQuery

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接