/ Published in: Other
Expand |
Embed | Plain Text
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,''); }
You need to login to post a comment.
