Skip to content
madapaja edited this page Jan 17, 2013 · 6 revisions
.selection('replace')
replace selected text
選択文字列を置き換えます
.selection('insert')
insert before/after selected text
選択文字列の前、もしくは後に文字列を挿入します
.selection('get')
get selected string
選択されている文字列を取得します
.selection('getPos')
get caret position
キャレット位置を取得します
.selection('setPos')
set caret position
キャレット位置を設定します
jQuery.selection()
get selected text on the window
ウィンドウ内の選択されている文字列を取得します
Clone this wiki locally