如何将控制/光标移动到另一个文本框
我有一个页面,您首先输入客户 ID,然后点击提交。此时它将验证客户,如果有效,则返回同一页面以输入报价编号。最初,quotenumber 字段将呈灰色且无法编辑。我的问题是,返回页面后,我需要光标转到“报价编号”文本框而不是客户 ID 文本框(目前它转到客户 ID 文本框)。我该如何解决这个问题?
I have a page where you enter customer-id first and hit submit. That point it will validate the customer and if valid, comes back to the same page to enter quote number. Initially quotenumber field will be grayed out and can not be edited. My question is, after it comes back to the page, I need the cursor to go to the "quote number" text box instead of customer-id text box (currently it goes to customer-id text box). How can I solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 javascript 的 focus() 函数或 jQuery
use javascript's focus() function or jQuery
在 jquery 中它会是
in jquery it would be