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.
並べ替え可能な要素の場合は、 を使用しますui.item.index()。ドラッグ可能な要素に相当するものはありますか?
ui.item.index()
$('.elem').draggable({ start: function(event, ui){ //How do I get the "index" of ui.item? } });