how can i enable drag and drop in my rails application without using
unordered list items?
On Fri, 2008-02-15 at 17:25 +0100, Bala Krishnan wrote:
how can i enable drag and drop in my rails application without using
unordered list items?
You can use Draggable. Check out these links:
http://wiki.script.aculo.us/scriptaculous/show/Draggable
http://wiki.script.aculo.us/scriptaculous/show/Droppables.add
http://demo.script.aculo.us/shop
Uwe K.