jstree json数据加载不出来
代码如下$(document).ready(function(){$('#tree-container').jstree({'plugins':["contextmenu...
代码如下
$(document).ready(function(){
$('#tree-container').jstree({
'plugins': ["contextmenu", "state", "types"],
'core': {
"animation": 0,
"check_callback": true,
'force_text': true,
"themes": {"stripes": true},
"data": {
"url": "/borrow-master/index.php/Home/Config/treeview",
"datatype": "json"
}
}
})}
);
经测试treeview()成功调用,但一直卡在loading状态,没有数据显示。参考别人可行的代码("url": "response.php"),不清楚是不是格式的问题。我是在configcontroller.class.php 里写的类方法返回json数据,而它是一个php文件返回json数据。 展开
$(document).ready(function(){
$('#tree-container').jstree({
'plugins': ["contextmenu", "state", "types"],
'core': {
"animation": 0,
"check_callback": true,
'force_text': true,
"themes": {"stripes": true},
"data": {
"url": "/borrow-master/index.php/Home/Config/treeview",
"datatype": "json"
}
}
})}
);
经测试treeview()成功调用,但一直卡在loading状态,没有数据显示。参考别人可行的代码("url": "response.php"),不清楚是不是格式的问题。我是在configcontroller.class.php 里写的类方法返回json数据,而它是一个php文件返回json数据。 展开
1个回答
2016-06-24
展开全部
$row['a_attr']=array('color'=>'red');$(function(){$("#treeDiv").jstree({"json_data":{"data":[returnData;//这里就是类似上面的JSON格式数据}]},"plugins":["themes","json_data","ui"]})});是不是红色这些写错的缘故
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询