我正在禁用拖动 jquery 可排序列表,但不确定如何启用它,请有人指出我的方向,
$(".anotherClass").sortable('disable'); //it disables it
我似乎在文档中找不到任何东西。
这个问题说在这里启用输入但它不起作用
$("#wantedItems").sortable({
receive: function (event, ui) {
//enable the input here which input ???????????????????????????????
}
});