JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
split
formatting textbox
detect
"getfilename "
states
USA states list as a PHP array
Setting Element Height Dynamically
adding rows dynamically
Calculate
Survey Submit
Rate this script:
I Love it
/
I Hate it
cross-browser way to get selection.
Code
function
getSel
(
)
{
var
w=window,d=document,gS=
'getSelection'
;
return
(
''
+
(
w
[
gS
]
?w
[
gS
]
(
)
:d
[
gS
]
?d
[
gS
]
(
)
:d.
selection
.
createRange
(
)
.
text
)
)
.
replace
(
/
(
^\s+|\s+$
)
/g
,
''
)
;
}
cross-browser way to get selection. scripts
|
cross-browser way to get selection. snippet
|
cross-browser way to get selection. example
|
cross-browser way to get selection. tutorial
|
cross-browser way to get selection. code