文件名称:marionette-sortable:由 jQuery UI Sortable 或 HTML5 Sortable 提供支持的可排序 Marionette.CollectionView
文件大小:273KB
文件格式:ZIP
更新时间:2024-07-25 13:19:46
JavaScript
木偶可排序 一个可排序的 Marionette.CollectionView,由或。 演示 要求 或 。 用法 加载marionette-sortable.js和其他依赖项。 < script src =" marionette-sortable.js " > </ script > 从Marionette.SortableCollectionView扩展你的 CollectionView 。 请注意,使用 HTML5 Sortable 时需要html5sortable: true 。 var YourCollectionView = Marionette . SortableCollectionView . extend ( { ... // Optional object to be passed to the $.sortable()'s argument.
【文件预览】:
marionette-sortable-master
----LICENSE.txt(1KB)
----marionette-sortable.js(2KB)
----README.md(2KB)
----sample()
--------screen.css(118B)
--------html5-sortable()
--------index.html(1KB)
--------jquery-ui-sortable()
--------todomvc()