1
我正在使用查詢組織級別圖來顯示組織級別圖表。它工作正常,當我使用查詢版本jquery-3.1.0.min但當我使用查詢版本jquery-1.11.1.min,它無法正常工作我收到以下錯誤時加載頁面。jQuery Org Chart with Jquery library [dependency] 3.1.0正在工作,但未與1.11.1版本一起工作
鏈接插件是:https://github.com/dabeng/OrgChart
初始化圖表是
$('#chart-container').orgchart({
'data' : createStructure(), /*js function to get json structure */
'ajaxURL': ajaxURLs,
'nodeContent': 'title',
'nodeId': 'id',
'exportButton': true,
'exportFilename': 'MyOrgChart'
});