forked from zTree/zTree_v3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed issue: if the count of drag nodes is more than maxShowNodeNum, …
…will change some node's selected state.
- Loading branch information
ztree
committed
Jan 7, 2014
1 parent
1e8a144
commit e21ee18
Showing
14 changed files
with
35 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
/* | ||
* JQuery zTree core v3.5.16-beta.7 | ||
* JQuery zTree core v3.5.16-beta.8 | ||
* http://zTree.me/ | ||
* | ||
* Copyright (c) 2010 Hunter.z | ||
|
@@ -9,7 +9,7 @@ | |
* http://www.opensource.org/licenses/mit-license.php | ||
* | ||
* email: [email protected] | ||
* Date: 2014-01-05 | ||
* Date: 2014-01-07 | ||
*/ | ||
(function($){ | ||
var settings = {}, roots = {}, caches = {}, | ||
|
@@ -1678,7 +1678,7 @@ | |
consts = zt.consts; | ||
})(jQuery); | ||
/* | ||
* JQuery zTree excheck v3.5.16-beta.7 | ||
* JQuery zTree excheck v3.5.16-beta.8 | ||
* http://zTree.me/ | ||
* | ||
* Copyright (c) 2010 Hunter.z | ||
|
@@ -1687,7 +1687,7 @@ | |
* http://www.opensource.org/licenses/mit-license.php | ||
* | ||
* email: [email protected] | ||
* Date: 2014-01-05 | ||
* Date: 2014-01-07 | ||
*/ | ||
(function($){ | ||
//default consts of excheck | ||
|
@@ -2307,7 +2307,7 @@ | |
} | ||
})(jQuery); | ||
/* | ||
* JQuery zTree exedit v3.5.16-beta.7 | ||
* JQuery zTree exedit v3.5.16-beta.8 | ||
* http://zTree.me/ | ||
* | ||
* Copyright (c) 2010 Hunter.z | ||
|
@@ -2316,7 +2316,7 @@ | |
* http://www.opensource.org/licenses/mit-license.php | ||
* | ||
* email: [email protected] | ||
* Date: 2014-01-05 | ||
* Date: 2014-01-07 | ||
*/ | ||
(function($){ | ||
//default consts of exedit | ||
|
@@ -2708,7 +2708,6 @@ | |
if (i == setting.edit.drag.maxShowNodeNum-1) { | ||
tmpDom = $$("<li id='"+ tmpNode.tId +"_moretmp'><a> ... </a></li>", setting); | ||
curNode.append(tmpDom); | ||
break; | ||
} | ||
} | ||
curNode.attr("id", nodes[0].tId + consts.id.UL + "_tmp"); | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* JQuery zTree core v3.5.16-beta.7 | ||
* JQuery zTree core v3.5.16-beta.8 | ||
* http://zTree.me/ | ||
* | ||
* Copyright (c) 2010 Hunter.z | ||
|
@@ -8,7 +8,7 @@ | |
* http://www.opensource.org/licenses/mit-license.php | ||
* | ||
* email: [email protected] | ||
* Date: 2014-01-05 | ||
* Date: 2014-01-07 | ||
*/ | ||
(function($){ | ||
var settings = {}, roots = {}, caches = {}, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* JQuery zTree excheck v3.5.16-beta.7 | ||
* JQuery zTree excheck v3.5.16-beta.8 | ||
* http://zTree.me/ | ||
* | ||
* Copyright (c) 2010 Hunter.z | ||
|
@@ -8,7 +8,7 @@ | |
* http://www.opensource.org/licenses/mit-license.php | ||
* | ||
* email: [email protected] | ||
* Date: 2014-01-05 | ||
* Date: 2014-01-07 | ||
*/ | ||
(function($){ | ||
//default consts of excheck | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* JQuery zTree exedit v3.5.16-beta.7 | ||
* JQuery zTree exedit v3.5.16-beta.8 | ||
* http://zTree.me/ | ||
* | ||
* Copyright (c) 2010 Hunter.z | ||
|
@@ -8,7 +8,7 @@ | |
* http://www.opensource.org/licenses/mit-license.php | ||
* | ||
* email: [email protected] | ||
* Date: 2014-01-05 | ||
* Date: 2014-01-07 | ||
*/ | ||
(function($){ | ||
//default consts of exedit | ||
|
@@ -400,7 +400,6 @@ | |
if (i == setting.edit.drag.maxShowNodeNum-1) { | ||
tmpDom = $$("<li id='"+ tmpNode.tId +"_moretmp'><a> ... </a></li>", setting); | ||
curNode.append(tmpDom); | ||
break; | ||
} | ||
} | ||
curNode.attr("id", nodes[0].tId + consts.id.UL + "_tmp"); | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* JQuery zTree exHideNodes v3.5.16-beta.7 | ||
* JQuery zTree exHideNodes v3.5.16-beta.8 | ||
* http://zTree.me/ | ||
* | ||
* Copyright (c) 2010 Hunter.z | ||
|
@@ -8,7 +8,7 @@ | |
* http://www.opensource.org/licenses/mit-license.php | ||
* | ||
* email: [email protected] | ||
* Date: 2014-01-05 | ||
* Date: 2014-01-07 | ||
*/ | ||
(function($){ | ||
//default init node of exLib | ||
|
Oops, something went wrong.