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.
まず、私のコードは次のとおりです:http: //jsfiddle.net/wLsCD/2/
私が達成しようとしているのは、2つのアイテムを1つのセルに入れる機能を削除することです。
前もって感謝します
receive: function(event,ui){ if( $(this).find('.item').size() == 2 ){ $(ui.sender).sortable('cancel'); } }
お役に立てれば