Need Help with Draggables and Droppables
I am trying to do the following:
I have a DT that is a draggable. That DT has an ID.
When I drop the draggable DT on the droppable DIV, I append the words
"Added!"
No problem.
But, Now, I want to grab the ID and append the ID to the DIV. The
append is the easy part. No problem. However, the problem is what I am
appending. Right now, I seem to grab everything except what I want.
I think the problem lies in the draggable. Because the draggable is
actually the helper, the ID is not copied when it is moved... so how
do I get that ID?
Any ideas?
Lemme know.
Thanks,
Dave Merwin