Hi!
My trubble flow:
Local path:file:///E:/EasyUI/index.html
But file in Server is ok :http://shop.ss001.cn/ui/index.html
...
//实例化树形菜单
$("#tree").tree({
//data:treeData,
url:'http://shop.ss001.cn/ui/tree.php',
method:'get',
lines:true,
animate:true,
onClick:function(node){
if(node.attributes){
Open(node.text,node.attributes.url);
}
}
});
...
IE10: ok
Firefox38: error
