ええ、それで私はjsPlumbで遊んでいます。2 つのエンドポイントを持つ div があるとします。1 つの TopCenter、1 つの BottomCenter。
新しい接続が作成されると、以下の関数を使用してそのイベントにバインドできます。私の質問は、エンドポイントのアンカー位置を取得するにはどうすればよいですか? Source および TargetEndpoint オブジェクトを取得しますが、ドキュメントを見ると、アンカー位置を取得する方法がわかりません...
ありがとう!
jsPlumb.bind("jsPlumbConnection", function(connectionInfo) {
/*
connection : the new Connection. you can register listeners on this etc.
sourceId : id of the source element in the Connection
targetId : id of the target element in the Connection
source : the source element in the Connection
target : the target element in the Connection
sourceEndpoint : the source Endpoint in the Connection
targetEndpoint : the targetEndpoint in the Connection
*/
});