JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
replace callback support for safari
enable
PHP clean string for mysql
fsda
Run a simple Update Query
Prototype DOM-inspecting selector
Customize error dialog
Amazing
Zune Video Converter
Selective
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