jQuery手机列表拖拽排序

所属分类:输入,UI,APP模板-拖和放,筛选及排序,其他

 14419  168  查看评论 (1)
分享到微信朋友圈
X
jQuery手机列表拖拽排序 ie兼容9
new Sortable(list_wrap, {
    handle: '.list_con', // 拖拽触发的容器类名
    animation: 150,
    // direction: 'horizontal',
  });
  $(".list_con .iconshanchu").bind('touchstart', function () {
    $(this).parent().parent().remove();
    event.preventDefault();
    event.stopPropagation();
  });
相关插件-拖和放,筛选及排序,其他

拖动排序插件

实现在两个div中,互相自由的拖动,并且排序
  拖和放
 50262  483

仿ios辅助触控使用于移动端

仿iphone中悬浮辅助触控自动贴边效果
  拖和放
 21932  299

jQuery九宫格拖拽效果

九宫格拖拽效果简单上手附带代码注释详解
  拖和放
 28398  315

jQuery行间拖拽插件

行与行之间移动,行内块状移动,小块独立一行
  拖和放
 27481  312

讨论这个项目(1)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

    微生 0
    2020/11/20 9:21:08
    您好,list-wrap需要怎么替换呢?
    回复
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
😃
  • 😀
  • 😉
  • 😥
  • 😵
  • 😫
  • 😘
  • 😡
  • 👍
  • 🌹
  • 👏
  • 🍺
  • 🍉
  • 🌙
  • 💖
  • 💔
取消回复