Sorry, I guess I read that too quickly.

Looks like a bug in the widget factory.  There's no check to make sure
you're not re-initializing elements.  I'll try to commit the fix today
or tomorrow.


On Sep 2, 3:31 am, Paul Carey <[EMAIL PROTECTED]> wrote:
> On Sep 1, 3:36 pm, Scott González <[EMAIL PROTECTED]> wrote:
>
> > You're creating several drop locations (continually adding .cargo
> > elements).
>
> $("#forum").append("<div class='cargo'></div>");
> $(".cargo").draggable();
>
> $("#container").droppable({...
>
> The cargo is draggable, not droppable. I would have assumed that it's
> ok to drag multiple elements onto a droppable.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to