DOM drag-dort scripts
- dom drag-sort
-
Tool-man.org - DOM drag and sort
A guide and examples for Direct Manipulation using JavaScript and CSS. This is a fantastic overview on using DOM to allow visitors to move, edit and swap web page element.
-
Quirksmode.org - Accessible drag-drop
An accessible drag and drop script that works with both mouse and keyboard. When the '#' link in the example boxes is activated (either by tabbing to it and hitting Enter or by clicking on it) the element (position fixed or absolute) can be dragged by the arrow keys. Pressing Enter or Escape releases it.
-
Brothercake.com - Accessible drag-drop
Docking boxes (dbx) adds animated drag 'n' drop, snap-to-grid, and show/hide-contents functionality to any group of elements. Fully accessible to the keyboard as well as the mouse. The position and state of each box is recorded to a cookie. Events and data from the script are reported to a set of API functions.
-
Wiki.script.aculo.us - Drag & Drop
Drag-and-Drop extension for Prototype. Includes a drag-drop shopping cart, a sortable elements demo with AJAX callback and sortable lists and floats.
-
Cyberdummy.co.uk - DOM drag - two lists
Using DOM and PHP to allow users to 'drag' a list item between two separate lists.
-
Walterzorn.com - Drag & Drop
A Cross-browser JavaScript DHTML Library which adds Drag Drop functionality and extended DHTML capabilities to layers and to any desired image, even those integrated into the text Drag & Drop Image flow.
-
Webreference.com - Drag & drop
How to create items on your page that you can drag and drop.
-
Gregphoto.net - PHP drag & sort
Scriptaculous Lists with PHP - a PHP wrapper around scriptaculous sortables.
-
Walterzorn.com - WZ Drag drop
A variety of drag drop solutions. The demos page includes: Timed smooth transitions; Frames; Sort draggable elements; Image Resizing; Tracking Image; & Draggable Vector Graphics.
-
Dhtmlgoodies.com - RSS boxes
Dragable RSS boxes script. Includes a cookie function to remeber the state. Accompanying tutorial, demo and downloads.
-
Cross-browser.com - Draggable resizeable boxes
Drag events implemented with the X Library. There's also an object-oriented version where you can focus overlapping boxes.
-
Openrico.org - Rico drag drop
Drag drop using the Rico Js library. Demos include drag drop list and custom highlighted drop zones.
-
Walterzorn.com - Image drag & resize
A Cross-browser JavaScript DHTML Library which adds Drag Drop functionality and extended DHTML capabilities to layers and to any desired image, even those integrated into the text Drag & Drop Image flow. Holding shift & dragging enables risizing of images.

