如果文本在单行文本框中突出显示(使用鼠标或键盘),我们如何使用 jquery 找到?
假设文本框是:
<input id="input1" type="text"/>
我正在尝试使用 id-attribute 来做到这一点。请告诉我。
这是与您想要的类似但需要一些更改的内容:
http://mark.koli.ch/2009/09/use-javascript-and-jquery-to-get-user-selected-text.html
演示:
http://mark.koli.ch/2009/09/05/get-selected-text-javascript.html
Stackoverflow 已经有一个帖子可以回答您的问题。
请参阅帖子jQuery:获取突出显示的文本