Bugs

  1. IE8 doesn't throw "dragend" events when using live() as the other browsers. It does work when using bind() though.
  2. IE8 doesn't allow drops when using live() on the drop target, the other browsers do. It does work when using bind() though.

Log

Drag using live()

Drag using bind()

Drop zone using live()
Drop zone using bind()