gpt4 book ai didi

jquery - 单击 Bootstrap 输入时为 "Select All"

转载 作者:行者123 更新时间:2023-11-30 23:49:25 25 4
gpt4 key购买 nike

假设我有这个输入:

  <li><input type="text" id="elementHeight" class="form-control" placeholder="Height"> </li>

当用户单击输入字段时,我想在输入字段中“全选”。

最佳答案

来自类似的question ,我得到了我更喜欢的答案。

<input type="text" onfocus="this.select();" onmouseup="return false;" />

来源:https://stackoverflow.com/a/480756/989227

关于jquery - 单击 Bootstrap 输入时为 "Select All",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21967645/

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