为了快速把form的所有文框输入完毕,我们不必使用鼠标去focus文本框。

在html页中放几个文本框:
多个文本框录入,使用回车键替找Tab键

 

<div class="DivInput">
    <div>
        <input id="Text1" type="text" />
    </div>
    <div>
        <input id="Text2" type="text" />
    </div>
    <div>
        <input id="Text3" type="text" />
    </div>
    <div>
        <input id="Text4" type="text" />
    </div>
    <div>
        <input id="Text5" type="text" />
    </div>
    <div>
        <input id="Text6" type="text" />
    </div>
</div>
Source Code

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
  • 2021-09-15
  • 2021-07-13
相关资源
相似解决方案