如何使用 javascript/jQuery 生成动态表单?
我需要根据服务器的 Ajax 响应动态生成整个 html 表单。作为响应,将会有输入类型、输入标签、验证(如果有)等信息。
表单最多始终有十个字段。
有没有 jQuery/ javascript 工具/插件来生成表单?
谢谢。
I need to generate an entire html form dynamically based on the Ajax response from server. In response there will be information like input type , input labels, validations if any etc.
The form at most will always have ten fields.
Is there any jQuery/ javascript tool/plugin to generate the form?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Formation
从他们的示例中:
然而,这都是你可以使用 Jquery 轻松完成的事情,而且它是一个很好的学习经历,所以我建议你自己尝试一下。
Formation
From their example:
However, this is all stuff you can easily do with Jquery, and it is a good learning experience so I recommend trying it yourself.