Hi, I have a div tag as a ¡Ècontainer¡É for all my draggable objects¡Ä My 
goal is to be able to decide whether to revert these objects based on 
where they are dropped. If they are ¡Èout of bounds¡É, or not in the 
container after they¡Çve been dropped, I want them to revert, otherwise, 
drop normally.

I currently have a few JS functions setup that calculate the boundries 
of the container, and alert me on mouseup¡Ä true if they¡Çve been dropped 
outside of the container, and false if they¡Çve been dropped inside the 
container.

By default, the droppable object is not set to revert¡Ä How would I go 
about making this object revert only if it¡Çs been dropped outside of the 
container?

Thanks ahead of time for any help¡Ä

-- 
Posted via http://www.ruby-forum.com/.