tags:

views:

33

answers:

1

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