I want a user to be able to drag and drop plain text (external to the browser) into a textarea, and listen for this event.
In chrome at least, .change() does not pick up on this, and jQueryUI .droppable() only seems to work with html elements, not plain text. Any suggestions are welcome.