使用拖放排序插件Sortable.js

Sortable 是一个JavaScript库,用于在现代浏览器和触摸设备上重新排序拖放列表。不需要jQuery。支持 Meteor, AngularJS, React, Polymer, Vue, Knockout 和任何CSS库, 例如 Bootstrap.

中文文档:http://www.sortablejs.com/

安装方式:npm安装、bower安装、script引入都可,本文采用script方式引入

线上demo:https://my.weblf.cn/alone_page/pages/sorttablejs.html

代码:





    
    
    
    
    
    拖放排序插件Sortable.js
    
    
    
    




    
拖放排序插件Sortable.js

{{item.nm}}

当前排序:
{{item.nm}}、

结果:

使用拖放排序插件Sortable.js_第1张图片

 

你可能感兴趣的:(js)