$.getJson(url,data,callback)回调函数不执行的问题

页面调用如下方法

jsonTree();

function jsonTree(){
	console.log("jsonTree is begin")
	$.getJSON(ctx+"/node/treeNodesJson.js",function(json){
		console.log("json data")
		console.log(json)
	})
	console.log("jsonTree is end")
}


XHR 中显示json数据的文件也已经加载,但是回调函数就是不执行



最后发现是json的数据格式不正确--必须严格遵守json格式要求

var zNodes =[//不能写等号前的东西

		{id:5, pId:0, name:"组合功能 演示", open:false},
		{id:501, pId:5, name:"冻结根节点", file:"super/oneroot"},
		{id:502, pId:5, name:"单击展开/折叠节点", file:"super/oneclick"},
		{id:503, pId:5, name:"保持展开单一路径", file:"super/singlepath"},
		{id:504, pId:5, name:"添加 自定义控件", file:"super/diydom"},
		{id:505, pId:5, name:"checkbox / radio 共存", file:"super/checkbox_radio"},
		{id:506, pId:5, name:"左侧菜单", file:"super/left_menu",
			"children":[
				{"id":513,"name":"资源1","num":0,"open":false,"pId":1},
				{"id":514,"name":"资源2","num":0,"open":false,"pId":1},//这里的逗号不能有
			]
		},
		{id:513, pId:5, name:"OutLook 样式的左侧菜单", file:"super/left_menuForOutLook"},
		{id:507, pId:5, name:"下拉菜单", file:"super/select_menu"},//不能有逗号
	];//不能有分号


1.json必须是对象或者数组

2.不能有多余的东西,严格的json格式

3.id、pid、name等必须加双引号


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

三知之灵

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值