Skip to content

Commit 91027a7

Browse files
author
ztree
committed
fixed demo text
1 parent 6fdf459 commit 91027a7

15 files changed

+22
-18
lines changed

api/API_cn.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="ieSuggest">浏览本网站建议您使用 Chrome、FireFox、Opera、IE9 等浏览器(只要不是 IE6 7 8 就行), 速度会更快,画面会更炫!</div>
3636
<div class="google_plus"><g:plusone></g:plusone></div>
3737
<div class="header-text">
38-
<h1><em>zTree v3.5.40 API 文档</em></h1><p></p>
38+
<h1><em>zTree v3.5.41 API 文档</em></h1><p></p>
3939
<p>all.js = core + excheck + exedit ( 不包括 exhide ); 发现错误请及时通知,谢谢。</p>
4040
</div>
4141
<ul class="shortcuts language" style="top:0;">

api/API_en.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="ieSuggest">If you use the Chrome / FireFox / Opera / IE9 browser will be even more dazzling effect!</div>
3535
<div class="google_plus"><g:plusone></g:plusone></div>
3636
<div class="header-text">
37-
<h1><em>zTree v3.5.40 API Document</em></h1><p></p>
37+
<h1><em>zTree v3.5.41 API Document</em></h1><p></p>
3838
<p>all.js = core + excheck + exedit ( without exhide ); if you found some mistakes please contact me.</p>
3939
</div>
4040
<ul class="shortcuts language" style="top:0;">

api/apiCss/jquery.ztree.core.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/cn/setting.view.removeHoverDom.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h4><b>treeNode</b><span>JSON</span></h4>
1818
<p>需要隐藏自定义控件的节点 JSON 数据对象</p>
1919
</div>
2020
<h3>setting & function 举例</h3>
21-
<h4>1. 设置鼠标移到节点上,在后面显示一个按钮</h4>
21+
<h4>1. 设置鼠标从节点移出时,删除由 addHoverDom 增加的按钮</h4>
2222
<pre xmlns=""><code>var setting = {
2323
view: {
2424
addHoverDom: addHoverDom,

js/jquery.ztree.all.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Licensed same as jquery - MIT License
99
* http://www.opensource.org/licenses/mit-license.php
1010
*
11-
* Date: 2019-10-11
11+
* Date: 2020-01-06
1212
*/
1313
(function ($) {
1414
var settings = {}, roots = {}, caches = {},
@@ -1993,7 +1993,7 @@
19931993
* Licensed same as jquery - MIT License
19941994
* http://www.opensource.org/licenses/mit-license.php
19951995
*
1996-
* Date: 2019-10-11
1996+
* Date: 2020-01-06
19971997
*/
19981998
(function ($) {
19991999
//default consts of excheck
@@ -2643,7 +2643,7 @@
26432643
* Licensed same as jquery - MIT License
26442644
* http://www.opensource.org/licenses/mit-license.php
26452645
*
2646-
* Date: 2019-10-11
2646+
* Date: 2020-01-06
26472647
*/
26482648
(function ($) {
26492649
//default consts of exedit

js/jquery.ztree.all.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.ztree.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Licensed same as jquery - MIT License
88
* http://www.opensource.org/licenses/mit-license.php
99
*
10-
* Date: 2019-10-11
10+
* Date: 2020-01-06
1111
*/
1212
(function ($) {
1313
var settings = {}, roots = {}, caches = {},

js/jquery.ztree.core.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/jquery.ztree.excheck.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Licensed same as jquery - MIT License
88
* http://www.opensource.org/licenses/mit-license.php
99
*
10-
* Date: 2019-10-11
10+
* Date: 2020-01-06
1111
*/
1212
(function ($) {
1313
//default consts of excheck

js/jquery.ztree.excheck.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)