Existing Drag-and-Drop Application/Framework in Javascript
Does anyone here know of a Javascript application (something similar to Lightbox, only not for images) for drag-and-drop, preferably running on the Prototype Javascript Framework?
开发者_开发问答Alternatively, I'm open to using jQuery or something else that's supported by the major browsers.
I recommend http://docs.jquery.com/UI/API/1.7.2/Draggable since you are open to jQuery.
The prototype alternative using the scriptcaulous library: http://wiki.github.com/madrobby/scriptaculous/draggable
regards
Using jQuery and jQuery-UI, you will be able to use drag-drop features.
http://jqueryui.com/
精彩评论