Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/85.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/jquery-ui/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
jquery sortable在移动设备中不工作_Jquery_Jquery Ui - Fatal编程技术网

jquery sortable在移动设备中不工作

jquery sortable在移动设备中不工作,jquery,jquery-ui,Jquery,Jquery Ui,我使用了jquery.ui.touch punch.min.js对可排序的项目进行排序,它在桌面上工作,但在移动设备上不工作 我还包括了jqueryui.min,但仍然不能在手机上使用 我使用以下代码进行排序 $('.BLC_rotaion_ul').sortable({ items: '> .sort', placeholder: "ui-state-highlight", helper: "clone", scroll: true }); 如果有人知道

我使用了
jquery.ui.touch punch.min.js
对可排序的项目进行排序,它在桌面上工作,但在移动设备上不工作

我还包括了
jqueryui.min
,但仍然不能在手机上使用

我使用以下代码进行排序

$('.BLC_rotaion_ul').sortable({
    items: '> .sort',
    placeholder: "ui-state-highlight",
    helper: "clone",
    scroll: true
});

如果有人知道jquery ui.touch,请帮助我。

您需要添加更多隐含的代码。这是很难帮助你的。您是否检查过是否有任何CSS规则会影响移动视图?请提供有关复制的更多详细信息。什么装置?浏览器我们需要看到一个最小的、完整的、可验证的示例-