on/selectstart:
MSIEイベント
Webkit系も対応
on/select:
input, textareaのみで使用可
selectionStart:
input, textareaのみ。キャレット位置を返す<i>プロパティ</i>
| ユーザー操作 | JS Event |
|---|---|
| double click | dblclick |
| click -> shift + arrow-key | keyup |
| drag | mousedown + mousemove, mouseup |
| script (this.select()) | - |