我正在使用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错误

最佳答案

我为此提供了解决方案,
jquery-ui.min.js多次加载

关于javascript - TypeError:d不是jsPlumb中的函数,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/36893031/

10-11 12:48