I have a div like <div id="content">some text</div>
.
If a user wants to copy the content by selecting the text (or a part) inside the div, I want to add a string to that like 'some text + see more at: mylink'
Any suggestion how to do that?
EDIT
The div I meant ist the "Description"-Div on this site:
http://haaacks.com/view/158/RendDx9_%5BVersion_1.5%5D
If a user tries to copy from that div (or an other information from the div above) I want to get a string like this appended: " - more on [link to the site]"