重置 HTML 表单中的特定输入元素
我的页面中有多个输入文本框。如果某些条件失败,我想将特定文本框重置为其加载状态。 我正在考虑使用隐藏元素来存储文本框的加载状态。我会提出其他建议或解决方案来解决此问题。
I have multiple input textboxes in my page. I want to reset particular text box to its onload state if certain conditions fails.
I am considering using a Hidden element to store the onload state of the textbox. I would other suggestions or solutions to resolve this issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
defaultValue
:适用于
text
、password
和textarea
,以及defaultChecked
option
上的 >checkbox/radio
和defaultSelected
。奇怪的是,不在隐藏
上可用(除了在 IE 中,它被认为是一个错误)。defaultValue
:Available on
text
,password
andtextarea
, plusdefaultChecked
oncheckbox
/radio
anddefaultSelected
onoption
. Curiously, not available onhidden
(except in IE, where it's considered a bug).