Drag and drop via sneaky Textarea hack
Ernest Delgado put together work from an earlier project, and the realization that textareas are native drop targets, to create Drag and Drop without Drag and Drop.Something that I never realized before is that text areas are drop targets by default. Using this property alone (without registering drag events on the source elements), we can [...]
More: continued here
Leave a Reply
You must be logged in to post a comment.