使用jquery将光标从输入框移动
我正在尝试做某事,但我不确定它叫什么或者我应该寻找什么。
我想用 jquery 来做。
基本上,当您在输入框中时,如果用户输入一个字符,我希望插入符号自动跳转到下一个输入框。银行一般都有。
这是什么课程或者我应该寻找什么?
感谢您的任何帮助。
I'm trying to do something but I'm not sure what it's called or what I should be looking for.
I want to do it in jquery.
Basically when you're in an input box, if the user enters a character I want the caret to automatically jump to the next input box. Banks usually have it.
What class does this or what should I be looking for?
Thanks for any help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
输入第 5 个字符后转到下一个输入框:
Go to next input box after 5th character is entered: