jquery-dragswitch:拖动开关元素的jQuery插件

时间:2021-06-18 15:16:32
【文件属性】:
文件名称:jquery-dragswitch:拖动开关元素的jQuery插件
文件大小:10KB
文件格式:ZIP
更新时间:2021-06-18 15:16:32
JavaScript jquery-dragswitch 拖动开关元素的jQuery插件 用法 $ ( '#list1, #list2' ) . dragswitch ( function ( drag ) { drag ( '.item' ) . dragEnd ( function ( ) { // when drag end } ) . dragStart ( function ( ) { // when drag start } ) . config ( { between : true } ) . placeholder ( function ( p ) { // p is a jquery object p . css ( 'border-color' : 'green' ) ; } ) } ) ; 或者 $ ( '#list1, #list2, #lis
【文件预览】:
jquery-dragswitch-master
----dragswitch.js(22KB)
----build.sh(99B)
----bower.json(550B)
----jquery.dragswitch.min.js(9KB)
----README.md(669B)
----.gitignore(34B)
----package.json(615B)

网友评论