ボードに文字を落とした後、文字は再び文字ラックにペーシングされません。配置後にのみボード上でバウンドしました。必要に応じて、文字をボードに配置したり、文字をラックに再ドラッグしたりできますか。どのように可能ですか?ここにリンクがあります: http://www.onlinedemowebsite.com/design/swatch/drag-and-drop/try3.html ありがとう
$(element).draggable({
containment:'.board ,.lettersContainer',
snap:true,
tolerance:'touch',
snap:'.cellBox', snapMode: 'center',
});