Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
jquery の .load 関数を使用して非同期にインポートされた要素で JQUERY-UI ドラッグ可能を使用することは可能ですか? .on または .bind を使用する必要があると思いますが、機能するものがわかりません...
.load コールバックを使用して、ドラッグ可能なプロパティを割り当てます。
$("#containerselector").load('path', function () { $(this).find( "elementsthatshouldbedraggableselector" ).draggable(); });