gpt4 book ai didi

javascript - jQuery 可排序启用

转载 作者:数据小太阳 更新时间:2023-10-29 04:44:28 27 4
gpt4 key购买 nike

我禁用了在 jquery 可排序列表上的拖动,但不确定如何启用它,请有人指点我的方向,

$(".anotherClass").sortable('disable'); //it disables it

我似乎无法在文档中找到任何内容。

这个问题说在此处启用输入但它不起作用

$("#wantedItems").sortable({
receive: function (event, ui) {
//enable the input here which input ???????????????????????????????
}
});

最佳答案

你只需用'enable'来调用它

$( ".selector" ).sortable( "enable" );

方法文档:http://api.jqueryui.com/sortable/#method-enable

关于javascript - jQuery 可排序启用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15226327/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com