Skip to content

Commit

Permalink
fixed: ajax cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ztree committed Dec 13, 2014
1 parent 1c83104 commit febb4ca
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions api/apiCss/jquery.ztree.core-3.5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/jquery.ztree.all-3.5.js
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@
var _tmpV = data.getRoot(setting)._ver;
$.ajax({
contentType: setting.async.contentType,
cache: false,
type: setting.async.type,
url: tools.apply(setting.async.url, [setting.treeId, node], setting.async.url),
data: tmpParam,
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.ztree.all-3.5.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/jquery.ztree.core-3.5.js
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,7 @@
var _tmpV = data.getRoot(setting)._ver;
$.ajax({
contentType: setting.async.contentType,
cache: false,
type: setting.async.type,
url: tools.apply(setting.async.url, [setting.treeId, node], setting.async.url),
data: tmpParam,
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.ztree.core-3.5.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion log v3.x.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@

</font>

*2014.11.17* v3.5.17
*2014.12.13* v3.5.17
* 【修改】excheck 扩展中 removeClass 与 jQueryUI 1.9 冲突的问题,目前放弃 removeClass 方法
* 【修改】优化 exhide 扩展包初始化效率,避免数据多时 ie8 假死的 bug(感谢:https://github.com/sarxos)
* 【修改】若干 Demo & API 的小错误
* 【修改】异步加载 低版本 IE 缓存严重的问题

*2014.03.09* v3.5.16
* 【增加】onDragMove 回调,便于控制 zTree 节点与其他 DOM 的拖拽操作。(感谢 yumi301)
Expand Down

0 comments on commit febb4ca

Please sign in to comment.