日期:2014-05-16  浏览次数:20350 次

真没有人用过 dhATV(Ajax TreeView) V4.0吗
初次加载时,怎么展开全部节点啊?

------解决方案--------------------
肯定有人用过,至少,开发它的人用过.
------解决方案--------------------
探讨

肯定有人用过,至少,开发它的人用过.

------解决方案--------------------
function LoadingTreeView_KeyWords() {
$("#myKeyWordsLis").treeview({
persist: "location",
collapsed: true,
unique: true,
toggle: function() {
window.console && console.log("%o was toggled", this);
}
});

collapsed: false 即可