开发者

Existing Drag-and-Drop Application/Framework in Javascript

开发者 https://www.devze.com 2022-12-10 04:13 出处:网络
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?

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/

0

精彩评论

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