i have set up CKEditor to fire an event when anything is dragged/dropped into the content editable div.
i want to take the item that is dropped and replace it with <img /> html which will then display the image in the editor.
my issue is chrome is taking the drag item html (a href link) and stripping all the attributes of it after it is dropped. this is not allowing me to search the contents for a specific ID or class.
my question is, is there a property/method of the drop event object that contains the actual item dropped?
