TypeError:d不是jsPlumb

时间:2016-04-27 14:37:02

标签: javascript jquery jsplumb

我正在使用jsplumb

<script type ="text/javascript" src= "http://theanalyticstreedemo.cloudapp.net:81/NanoClientApplication/js/JsPlumb/jquery.jsPlumb-1.4.1-all-min.js"></script>
<script type ="text/javascript" src= "http://localhost:8082/NanoClientApplication/newWebApp/assets/js/jquery-ui.min.js"></script>

jsPlumb.makeSource($(e), {
   anchor:"Continuous",
   endpoint:["Rectangle", { width:40, height:20 }],
   maxConnections:3
});

动态建立连接时出现TypeError: d is not a function错误

1 个答案:

答案 0 :(得分:0)

我喜欢这个解决方案, jquery-ui.min.js多次加载