JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
TAB EMNETÜ
Textpattern - display log by hostname
Real Estate Investing in a Recession
BadenTech Registry Cleaner
css input type text expression
Yubnub "shortcut " command source
"printfire ", print to the FireBug
Yubnub "shortcut " command source
"javascript:document.search_form.submit(); "
Yubnub shortcut command source
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