gpt4 book ai didi

jquery - 取消选择使用 .select() 在输入中选择的内容

转载 作者:行者123 更新时间:2023-12-03 22:24:56 26 4
gpt4 key购买 nike

当我使用 .select() 选择输入框中的文本(当鼠标悬停在输入框中时)后,我执行了以下操作:

HTML:

<input type="text" class="hoverAble" value="hover here"/><br />

jQuery:

$(".hoverAble").mouseenter(function() {

this.select();

}).mouseleave(function() {

//I can't figure what to put here.
});

参见here警告要使其正常运行(在 jsfiddle 中),您必须在结果框架中单击一次。

主要思想是mouseleave的工作方式为as expected还有。

正如您可能已经注意到的,我无法找到一种方法来在您将鼠标悬停时取消选择文本并避免这种情况:

enter image description here

最佳答案

关于jquery - 取消选择使用 .select() 在输入中选择的内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5861312/

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