1

$("#images").sortable();
用于在儿童小游戏中对一些图像进行排序,我想删除排序能力。怎么做 ??

4

2 回答 2

3

尝试这个

 $( ".selector" ).sortable( "disable" );
于 2013-03-04T13:22:21.763 回答
1

解决方案是使用具有“destroy”属性的相同功能

$( "#images" ).sortable('destroy');
于 2013-03-04T13:20:07.950 回答