textarea.value = textarea.value.substr(0, textarea.selectionStart) + ある文字 + textarea.value.substr(textarea.selectionEnd);