mootools で 'el' 要素をドラッグ可能にします。
new Drag(el, {x1:""});//the old drag binding
ここで、古いドラッグ バインディングを削除し、代わりに新しいドラッグを作成します。
//update the el's drag binding
new Drag(el, {x2:""});//the new drag binding
しかし、古いドラッグバインディングを削除する適切なアイデアがありません
ありがとう!
mootools で 'el' 要素をドラッグ可能にします。
new Drag(el, {x1:""});//the old drag binding
ここで、古いドラッグ バインディングを削除し、代わりに新しいドラッグを作成します。
//update the el's drag binding
new Drag(el, {x2:""});//the new drag binding
しかし、古いドラッグバインディングを削除する適切なアイデアがありません
ありがとう!