$("#demo").jstree({
"json_data":{ "data":[ { "data":{ "title":"捷大信息科技有限公司", "attr":{"href":"www.sohu.com","target":"_top"} }, "attr":{"id":"111","name":"zhangsan"}, "children" : [ { "data":"培训部" }, { "data":{ "title":"一组", "attr":{"href":"www.sina.com"} }, "children":["aaaa","asdfsad"] } ] } ] }, "plugins" : [ "themes", "json_data" ] });