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.
ドロップ可能な内部のすべての要素を取得します
例:10個の要素にドラッグしてドロップ可能にし、3個を削除した場合、ボタンをクリックすると、ドロップ可能内にある要素を識別できます。誰もがこれを行う方法を知っていますか?他の人もこの問題に直面していると思います。
ありがとうございます。
あなたの質問はより適切に表現され、私たちがより適切に支援できるようにいくつかのコードを表示することができます。
あなたのセットアップがどのようであるかを知らなくても、私は次のようなものを推測します
$('#dropped-container .draggable-items').each(function() { $(this).whateverYouWantToDo(); });