Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 596 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 596 Bytes

SlideToDo

可做向左滑动删除

基于原生开发,可拓展为React、Vue的插件

效果

11.gif

效果链接:https://humyfred.github.io/SlideToDo/index.html

API

    <script>
    new SlideToDo({
        parent: '#J_serviceList', // 列表组件Id
        target: '.J_touch_service', // 列表单元类名
        action: function(rebind){
          // ...
          rebind() // 如果action函数重新渲染列表组件,rebind函数能重新绑定元素
        }
      })
   </script>