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.
团队,我创建了代码来使用用户输入打印 9X9 矩阵而不刷新页面。现在我想在不刷新页面的情况下重置(清除)该 9X9 矩阵的表或字段。
请帮帮我,告诉我一些关于 ajax 或其他代码的建议。
试试jQuery 表单插件:
$('#myFormId').resetForm();