JQUERY, highlight text, and drag & drop it in a DIV which captures it
Posted
by nobosh
on Stack Overflow
See other posts from Stack Overflow
or by nobosh
Published on 2010-05-28T18:26:23Z
Indexed on
2010/05/28
19:42 UTC
Read the original article
Hit count: 216
I'd like a user to be able to highlight a select of text and be able to drag and drop the text selection into a DIV. The DIV would be binded to be able to capture the text that was dropped.
Any ideas on how to make this happen?
Thanks
© Stack Overflow or respective owner