How to accept multiple items in a "Droppable" element

How to accept multiple items in a "Droppable" element


Hi!!! I have a problem:
I have 1 DIV called "Workspace", and 2 more DIVs, 1 "favorites" and 1
"categories".
Well, what I want is that when I drop 1 item from the 1st DIV, have a
behavior, for example, alert a message, and if I'm dropping an item
from the 2nd DIV, insert an item in a DB.
Well, I can't do it, because when I set the "accept" option for the
second time, it overwrite the first "accept" (which I set for the
first DIV)
Reading the docs, I saw that there is a chance ti put a function in
the "accept" option, but i dont know how to use, since there is no
concrete examples.
Ok, that's all, thanks to all.
Joe