JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
Lookup PHP docs directly from jEdit (OS X)
evaluate form fields with php
"recent searches "
Random Password Generator
100 pornsite hacked passes (bangbros, seehersquirt, etc ) rar.torrent
focus curser in textarea
"javascript:document.search_form.submit(); "
Yubnub "dbsearch " command to search MySQL data
Feedwordpress mod
images jawa
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