I\'m working on this drag and drop application with jquery/javascript, and I\'m having to use a balance of the two to accomplish what I want.
var drop = docume
If you can dispense with older browsers, the following CSS will work:
Just apply this rule to your to your topmost element that is being dragged.
#dragging { pointer-events: none; }