文件名称:Caret-position:在 inputtextarea 元素上获取和设置用户的插入符号选择
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-27 16:14:12
JavaScript
插入位置 获取并设置用户在输入或文本区域上的文本选择。 有关示例用法,请参见 test.html。 应用程序接口 // Set caret position after the first character caretPosition . set ( input , 1 ) caretPosition . get ( input ) // -> { start:1, end:1, caret:1 } // Set text selection to the second and third character caretPosition . set ( input , 1 , 3 ) caretPosition . get ( input ) // -> { start:1, end:3, caret:3 }
【文件预览】:
Caret-position-master
----.gitmodules(0B)
----test.js(0B)
----package.json(715B)
----test.html(1KB)
----LICENSE(1KB)
----caret-position.js(2KB)
----README.md(430B)