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.
我有两个表单,我想在表单一个提交期间动态地将第二个表单的所有输入字段附加到第一个表单。我更喜欢jquery。我想附加为隐藏输入。我在 javascript 中有工作解决方案
$("#form1").find(":input").appendTo("#form2");