开发者

drag and drop - to specific box

开发者 https://www.devze.com 2023-03-19 07:41 出处:网络
how i can do a drag and drop functionality that only permit the movement for a specific box? basically t开发者_开发知识库he same effect that is showed in the dojo demo.

how i can do a drag and drop functionality that only permit the movement for a specific box? basically t开发者_开发知识库he same effect that is showed in the dojo demo.

There is possible to make with html5 or jquery?

demo - dojo


jQuery by itself doesn't provide UI Components out of the box. To get drag and drop and other sort of UI interactions and components, jQueryUI is the library to use with jQuery. In HTML5 this is achievable but you will still want the jQuery version for backwards compatibility.

Best of Luck

0

精彩评论

暂无评论...
验证码 换一张
取 消