Alpaca是一个jQuery的表单插件,可以通过JSON格式数据直接即时生成Web表单。
示例代码:
<divid="form1"></div><scripttype="text/javascript">$(function(){$("#form1").alpaca({"schema":{"title":"UserFeedback","description":"WhatdoyouthinkaboutAlpaca?","type":"object","properties":{"name":{"type":"string","title":"Name"},"ranking":{"type":"string","title":"Ranking","enum":['excellent','nottooshabby','alpacabuiltmyhotrod']}}}});});</script>
评论