vote up 0 vote down star

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.

flag

2 Answers

vote up 2 vote down check

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

link|flag
vote up 0 vote down

Using jQuery and jQuery-UI, you will be able to use drag-drop features.

http://jqueryui.com/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.