如何重置文本字符串(只是表单的一部分)中的 HTML 字段? (最好使用 jQuery)
这个问题的答案找不到在这个问题中找到:使用 jQuery 清空表单,因为我没有要连接的表单 ID。
我有一个文本字符串,其值为 HTML 代码片段,其中包含一些表单元素,并带有预填充的值。必须清除/重置此代码片段中(仅)找到的所有字段。
Possible Duplicate:
How do I clear all the fields in a variable html content? (preferably with jQuery)
The answer of this question is not find in this question: Blank out a form with jQuery, since I have no form ID to connect to.
I have a text string with a value of a HTML code snippet that has some form elements within, with pre filled values. All fields that are found in this code snippet (only) must be cleared/reset.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以创建一个表单,用您的字符串填充它,然后然后重置它,如下所示:
然后只需访问
myForm<的
innerHTML
即可/代码>。You could just create a form, populate it with your string, and then reset it, like so:
Then it's just a matter of accessing the
innerHTML
ofmyForm
.假设您有一个像这样的文本字符串:
Assuming you have a text string like this: