Jul
29
使用interface,可以很容易做出多种特效。可拖拽模块的个性化主页实现起来很方便,需要使用到sortable插件,文档解释如下:
该插件需要用到Draggables 和Droppables插件. Creates the posibility to define the order for elements inside containers. Elements can be moved from one container to other. Every container and item must have 'id' attribute.
example example: sortables floats
| accept | string | mandatory | the class name for items inside container |
| handle | string or DOMElement | optional | the handel that starts the draggable |
拖拽模块demo查看地址:
http://interface.eyecon.ro/demos/sort.html
最新的interface下载地址:
http://interface.eyecon.ro/interface/interface_1.2.zip

















