Possible Duplicates:
jQuery get textarea text
How to get selected text in textarea?
So I want to get the text selected within textarea. val() returns entire text so that's no good.
Possible Duplicates:
jQuery get textarea text
How to get selected text in textarea?
So I want to get the text selected within textarea. val() returns entire text so that's no good.
The field selection jQuery plugin should provide what you requested