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