gpt4 book ai didi

javascript - 在文本框中获取选定的文本

转载 作者:太空狗 更新时间:2023-10-29 13:21:40 25 4
gpt4 key购买 nike

如何获取所选文本在 HTML 中的字符位置 <input>文本框元素? window.getSelection()在文本框内不起作用。

最佳答案

如果您使用的是 jQuery,请查看 jQuery Caret 插件:jCaret

// Get start pos in intput box with id="box1"
$("#box1").caret().start

// Get end pos
$("#box1").caret().end

// Get selected text
$("#box1").caret().text

关于javascript - 在文本框中获取选定的文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2377875/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com