我想使用
Jquery创建一个基于XML或JSON数据的HTML表单,我也打算验证任何可能为空或不正确的表单域.
我想知道是否有任何其他的程序/函数可以动态生成这样一个表单,最好的方式来实现这一点.任何使用工作原理最好的jquery小部件或库都将不胜感激
还有什么饲料在这种情况下最好地使用XML或JSON并解释为什么?
谢谢
解决方法
我发现其中一些可能会帮助你:
从JSON模式生成表单:
> how to create a html form using a JSON definition?
> http://neyric.github.com/inputex/examples/json-schema.html
> JavaScript to generate/render dynamic HTML form from JSON or similar data?
> Any tool to generate html form
从XML模式生成表单:
> http://www.totallysmartit.com/examples/xml/questionnaire/
> Create HTML form from XML
> http://www.datamech.com/XMLForm/