jQuery sortable在移动设备中不起作用

时间:2018-07-05 14:05:35

标签: jquery jquery-ui

我已经将jquery.ui.touch-punch.min.js用于可排序的项目,它可以在台式机上使用,但不能在移动设备上使用。

我也加入了jquery-ui.min,但在移动设备上仍然无法使用。

我使用以下代码进行排序

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

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

0 个答案:

没有答案