Connecting jQuery UI dialogs with a line using JsPlumb
问题 I am using jQuery plugin called jsPlumb - http://jsplumb.org/jquery/demo.html and I want to connect my jQuery UI Dialogs with lines generated by jsPlumb. But I cant figure out way to do it. I have this source: <div id="okenko1">Tuhle neco je</div> <div id="okenko2">Tuhle je neco jineho</div> When I create dialog from this divs with jQuery UI $("#okenko1").dialog()... And then I do plumb: jsPlumb.connect({source: $("#okenko1"), target: $("#okenko2")}); Its bugged :-D Looks like this http:/