已经:
知道很多UI库 框架了
但是却没看到有支持拖动的UI框架和库
所以去找找:
微信 UI框架 支持拖动
UI框架 支持拖动
前端新技术:HTML5实现网页元素的拖动操作 – JavaScript,CSS,jQuery,EXT,HTML5 – web – ITeye论坛
Kendo UI : jQuery HTML5 UI组件框架 – 资源 – 伯乐在线
UI框架 支持拖拽
HTML5 UI框架 drag
HTML5 UI framework drag
前端新技术:HTML5实现网页元素的拖动操作,新技术html5_博之阅|程序员精华博客大全
Onsen UI: Beautiful HTML5 Hybrid Mobile App Framework
Free and Open Source HTML5 and JavaScript Framework | Kendo UI Core
Touch-friendly Drag and Drop – mobiForge
“支持拖拽的UI JS 框架:
EaselJS
jQuery
jQWidgets – JavaScript UI Widgets framework
Conclusion
So that wraps up our coverage of drag and drop. For most requirements, there is probably a library that will suit your needs. Whether you use a canvas- or DOM-based approach depends on your requirements of course, and it’s unlikely you’ll need to choose between a canvas based library and a DOM based library. Rather you’ll be choosing between alternative DOM libraries, such a jQueryMobile and Hammer.js, or between alternative canvas libraries, such as KineticJS and Easel.js.”
best html5 ui framework
“
draggable
EDIT
HTML5 这个可枚举的属性决定一个element是否能够被拖动,可以使用Drag and Drop API。它的能使用的值如下:
- true, 表示这个element可以被拖动
- false, 表示这个值不可以被拖动
如果这个属性没有被设置,默认是auto,这就意味着它的行为默认由浏览器定义。
”
HTML Drag and Drop API – Web APIs | MDN
Drag Operations – Web developer guides | MDN
转载请注明:在路上 » 【整理】HTML5网页支持拖动的UI库