首页 > 编程语言 > 详细

拖拽排序Sortable.js

时间:2021-06-30 18:01:41      阅读:25      评论:0      收藏:0      [点我收藏+]

官方地址:http://www.sortablejs.com/index.html

用法:

new Sortable(dom, {
    animation: 150,
    ghostClass: ‘class‘,
    onChoose: (event) => {
    },
    onUnchoose: (event) => {
    },
    onStart: (event) => {
    },
    onEnd: (event) => {
    }
  })

 

拖拽排序Sortable.js

原文:https://www.cnblogs.com/styleFeng/p/14953609.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!