JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
hyperlink
"printfire ",printtotheFireBug
"printfire "
Javascript Inflector (update)
bittorrent
PHP
a
"printfire "
An alternative to the Input Type = "Submit " button
capcha
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