Skip to content

Commit e93acde

Browse files
committed
test
1 parent f3faf2d commit e93acde

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

index.html

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,40 @@
1616
</div>
1717
<script type="text/javascript">
1818
var str = '',
19-
data = [
20-
[
21-
{ title : '第一章 表单常用代码'},
22-
{ url : '1/index.html', title : '去除字符串左右的空格' },
23-
{ url : '2/index.html', title : '验证用户是否输入' },
24-
{ url : '3/index.html', title : '禁止用户输入' },
25-
{ url : '4/index.html', title : '关闭用户中文输入法' },
26-
{ url : '5/index.html', title : '禁止用户复制和粘贴' },
27-
{ url : '6/index.html', title : '限制只能输入数字' },
28-
{ url : '7/index.html', title : '限制字符串长度' },
29-
{ url : '8/index.html', title : '仿微博提示可输入剩余字数' },
30-
{ url : '9/index.html', title : '换行文本自动滚动' },
31-
{ url : '10/index.html', title : 'Ctrl + Return提交表单' },
32-
{ url : '11/index.html', title : '文本内容进行关键字过滤' },
33-
{ url : '12/index.html', title : '全选反选少选复选框' },
34-
{ url : '13/index.html', title : '动态操作下拉选项' },
35-
{ url : '14/index.html', title : '级联菜单' },
36-
{ url : '15/index.html', title : '可添加的下拉选项' }
37-
],
38-
[
39-
{ title : '第二章 常用图片相关代码'},
40-
{ url : '16/index.html', title : '可添加的下拉选项' },
41-
{ url : '17/index.html', title : '图片放大镜效果' },
42-
{ url : '18/index.html', title : '点击图片逐渐放大' }
43-
],
44-
[
45-
{ title : '第三章 内容展示常用代码'},
46-
{ url : '19/index.html', title : '单元行上鼠标悬停提示' },
47-
{ url : '20/index.html', title : '隔行换色鼠标经过换色' },
48-
{ url : '21/index.html', title : '添加或删除表格行' },
49-
{ url : '22/index.html', title : '表格的行拖动' },
50-
{ url : '1/index.html', title : '鼠标移入移出改变样式' }
51-
]
52-
];
19+
data = [
20+
[
21+
{ title : '第一章 表单常用代码'},
22+
{ url : 'e/1/index.html', title : '去除字符串左右的空格' },
23+
{ url : 'e/2/index.html', title : '验证用户是否输入' },
24+
{ url : 'e/3/index.html', title : '禁止用户输入' },
25+
{ url : 'e/4/index.html', title : '关闭用户中文输入法' },
26+
{ url : 'e/5/index.html', title : '禁止用户复制和粘贴' },
27+
{ url : 'e/6/index.html', title : '限制只能输入数字' },
28+
{ url : 'e/7/index.html', title : '限制字符串长度' },
29+
{ url : 'e/8/index.html', title : '仿微博提示可输入剩余字数' },
30+
{ url : 'e/9/index.html', title : '换行文本自动滚动' },
31+
{ url : 'e/10/index.html', title : 'Ctrl + Return提交表单' },
32+
{ url : 'e/11/index.html', title : '文本内容进行关键字过滤' },
33+
{ url : 'e/12/index.html', title : '全选反选少选复选框' },
34+
{ url : 'e/13/index.html', title : '动态操作下拉选项' },
35+
{ url : 'e/14/index.html', title : '级联菜单' },
36+
{ url : 'e/15/index.html', title : '可添加的下拉选项' }
37+
],
38+
[
39+
{ title : '第二章 常用图片相关代码'},
40+
{ url : 'e/16/index.html', title : '可添加的下拉选项' },
41+
{ url : 'e/17/index.html', title : '图片放大镜效果' },
42+
{ url : 'e/18/index.html', title : '点击图片逐渐放大' }
43+
],
44+
[
45+
{ title : '第三章 内容展示常用代码'},
46+
{ url : 'e/19/index.html', title : '单元行上鼠标悬停提示' },
47+
{ url : 'e/20/index.html', title : '隔行换色鼠标经过换色' },
48+
{ url : 'e/21/index.html', title : '添加或删除表格行' },
49+
{ url : 'e/22/index.html', title : '表格的行拖动' },
50+
{ url : 'e/1/index.html', title : '鼠标移入移出改变样式' }
51+
]
52+
];
5353
for(var i = 0; i < data.length; i++){
5454
var items = data[i];
5555
var sub = '';

0 commit comments

Comments
 (0)