i need window.getSelection() alternative function in jquery. please any one help me.
A:
There is no jQuery "thing" which replaces getSelection. There might be plugins which deal with cross-browser issues, but those will also use the browsers getSelection() method to select
user-selected text.
jAndy
2010-09-08 05:32:53