Hi guys
is there a way to get the highlighted selectionstart and selectedlenght on a span ?
Thanks
|
|
Hi guys is there a way to get the highlighted selectionstart and selectedlenght on a span ? Thanks |
||
|
|
|
I use my own optimization of the algorithms in IERange, which provides a wrapper around IE's TextRange (which is what you get from the selection in IE) to give them the same interface as DOM Ranges. To get the selection in the document, use something like the following:
|
||
|
|
|
You might find some answers in this quirksmode post: |
||
|
|
|
Have a try on this:
|
||||
|