Is it possible to get the highlighted text in a paragraph of a website e.g. by using jQuery?
Get highlighted text this way:
window.getSelection().toString()
and of course a special treatment for ie:
document.selection.createRange().htmlText