jQuery 1.3 jQuery UI 1.7.2
I have an application where there are a number of droppable divs that accept only a single draggable. I do this by setting the accept option on all my droppable's to a function that check for a valid draggable and if it is already occupied. If it is occupied, the accept fuction returns false, else it returns true. Thus if a user tries to drop a draggable on a droppable that is already occupied, the draggable reverts.
What I would like to do is provide additional feedback when a user drops a draggable on top of an occupied droppable. Any idea how I can do this?
Thanks, ~Matt