jQuery Drag and Drop Checking Question
Posted
by Kim
on Stack Overflow
See other posts from Stack Overflow
or by Kim
Published on 2010-06-02T05:33:32Z
Indexed on
2010/06/02
5:43 UTC
Read the original article
Hit count: 338
i am new to using jQuery and I just want to know how I can check whether a draggable object has been removed from the droppable object.
Example, i have a dog and I dragged it to a doghouse which has a lightbulb that will light up indicating that the dog is there. When i drag the dog out of the doghouse, the lightbulb should go off again indicating the dog's absence.
Help me please coz I really don't have any idea how to do this. Thanks in advance. :)
© Stack Overflow or respective owner