On 26/07/05, Jesse Andrews <anotherjesse@gmail.com> wrote:
> I need to be able to have several <ul>s that
> can be dragged back and forth between, even when one is emptied.
> Possible solutions?
> 1) create a <li> that is styled as a header, and is unmovable
That would work I guess, but requires the handle on every LI but the header LI.
> 2) modify the <ul>''s CSS so that even when it is empty, it
still can
> be dropped upon.
Will not work. It is not the UL-s that catch the dragged element, but
the LI-s. Only they are droppables.
Making the UL-s droppables does work, but requires some more work to
wrap things up, see my mail about nested sortables.
Bye,
Martin