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