[jQuery] Re: Drag n Drop

2008-02-04 Thread Richard D. Worth
Are you using Interface or jQuery UI? If Interface, it's no longer supported (could explain your question going unanswered). If jQuery UI, you'll want to ask on the jQuery UI mailing list: http://groups.google.com/group/jquery-ui/ - Richard On Feb 2, 2008 3:58 PM, [EMAIL PROTECTED] <[EMAIL PROTE

[jQuery] Re: Drag n Drop

2008-02-03 Thread [EMAIL PROTECTED]
Anybody know ? On Feb 2, 10:58 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I have a draggable div, and a droppable div. > How can i make something like this > > If drop outside droppable revert to initial position > else update > > ?