Here's the scenario: div.one div.one div.two div.two div.three div.three
div#droparea I need to be able to drop only elements of class 'one' into the drop area and once they're in there they need to be sortable. For some reason, the Droppables object that Sortable creates doesn't have the accept param as it would if you created a Droppable and a Draggable. So is there a way to achieve this? In fact the scenario is slightly more complex than this in that the droparea element should first allow anything to be dropped into it and following that, only allow drops of the same class name as the original drop. Any help greatly appreciated :) -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.
