tsunami
log in
email
password
links
newest items
tag list
syntax reference
tag:time
history
points to
Javascript: text selection
add
item name
tags
{{ function SetSelection(txt, idx, length) { if (txt.createTextRange) { var range = txt.createTextRange(); range.collapse(true); range.moveStart('character', idx); range.moveEnd('character', idx + length); range.select(); } else if (txt.selectionEnd) { txt.selectionStart = idx; txt.selectionEnd = idx + length; } } }}
some permissive license goes here
contact