[jQuery] Drag-and-Drop for jQuery

[jQuery] Drag-and-Drop for jQuery

I've made a drag-and-drop implementation for jQuery based on
scriptaculous. There's one version you can use if you're already
using Scriptaculous, and one stripped-down standalone version, that
should not interfere with jQuery in any way.
Plugin only:
http://www.bytetastic.com/bytecore2/jquery/js/dragdrop.js
Standalone:
http://www.bytetastic.com/bytecore2/jquery/js/dragdropStandalone.js
The standalone version is still very large. I'm going to try to do
something about that, but it's a complicated task. We might be better
of creating something from scratch. This is a temporary solution. But
it works fine. I couldn't compress it, and I don't feel like making
it compatible with the compressor right now.
Examples
-----------------
Drag-and-drop: http://www.bytetastic.com/bytecore2/jquery/test.htm
Sortables: http://www.bytetastic.com/bytecore2/jquery/test2.htm
Quick documentation
-----------------------------------
$().draggable(options)
    Makes matched elements draggable. See scriptaculous for options
documentation:
    http://wiki.script.aculo.us/scriptaculous/show/Draggable
$().droppable(options)
    Makes matched elements droppable (accepts drags).
    http://wiki.script.aculo.us/scriptaculous/show/Droppables.add
$().sortable(options)
    Makes matched elements sortable.
    http://wiki.script.aculo.us/scriptaculous/show/Sortable.create
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/