Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 iOS 上的 Mobile Safari 中查看此内容。当在第一个输入中找到一个值时,将显示第二个输入 - 但在表单中切换到下一个输入的按钮(在 iOS 中固定到键盘)被禁用。
有什么办法可以触发某些东西以便找到这个输入并且我可以点击下一步?
我在这里从臀部射击,但您可以尝试其中一种:
visibility:hidden; height:0
display:none
next
form-accordion.js
$this.blur(); $('body').focus(); $this.focus();