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.
こんにちは私は、usinfのドラッグアンドドロップ中にドラッグ可能なjQuery UIを使用して、包含内の複数の領域を選択したいと思います。私はを使用containment:["#area1","#area2","#area3"]し、名前領域を使用して単一のクラスを作成し、すべてのdivに適用しましたが、まだ機能していません。試しても機能しcontainment: '#area1, #area2, #area3'ていません。最初のコンテナのみを使用します。提案してください
containment:["#area1","#area2","#area3"]
containment: '#area1, #area2, #area3'
次のようなUI封じ込めオプションを使用できます。
containment:'selector1, selector2,selector3...'