文件名称:select2-sortable:制作 select2 的小插件(https
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-21 07:45:09
JavaScript
select2-sortable 一个小插件,可以让多选变得开箱即用。 用法: // init select2 sortable $(select2multiselect).select2Sortable(); // destroy select2 sortable $(select2multiselect).select2Sortable('destroy'); // manually trigger the sorting $(select2multiselect).select2SortableOrder(); // custom options $(select2multiselect).select2Sortable({ bindOrder: 'formSubmit' // or `sortableStop`, sortableOptions: { // plea
【文件预览】:
select2-sortable-master
----README.md(690B)
----select2.sortable.js(3KB)