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
精彩评论