vote up 0 vote down star

Hello,

I'm trying to be able to drag random highlighted text or images on a random page that is not written by me, thus I cannot simply wrap the text in a div and make it draggable.

Is there any way to get highlighted text or images on a random page, like say Yahoo, and drop it into a container that can recognize what was being dropped into it (like content and content-type) without it even being an explicitly declared draggable?

I've been playing with jQuery, but can't figure it out.

Any help would be greatly appreciated.

Regards, David

flag
The EverNote bookmarklet does this (evernote.com/about/download). You could try digging into their source code to see what's going on. – Emmett Jul 10 at 21:54

2 Answers

vote up 0 vote down

Directly no, but I wonder if it's possible to copy element and then make it droppable?

link|flag
Thanks for the response. That's exactly what I tried, but I think my approach is slightly off. Maybe you can take a look at it? This is what I did. pastie.org/541937 – David Jul 10 at 22:07
vote up 0 vote down

Have you tried scriptaculous? There are some demos. It uses prototype rather than jquery though...

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.