jQuery 插件从 JSON 响应填充表单控件?
是否有任何插件可以使用一个命令从 JSON 数据填充任何表单控件?
我有一个表单,其中有许多选择、复选框和单选按钮。几乎所有控件都相互依赖(许多依赖项)。哪种方式可以最短地描述所有与控件的关系?
示例:选择旅行套餐的表单包含控件:
- 国家、
- 地区
- 、酒店、
- 星级
- 、夜晚
- 等。
大多数控件都应更新。onChange 其他控件(当选择 5*/4* 酒店时,将更新国家、地区、夜晚等列表)
我正在寻找解决方案来
- 轻松描述关系,
- 轻松填充控件的更新值
Is there any plugin to populate any form control from JSON data with one command?
I have a form with many selects, checkboxes and radiobuttons in it. Almost all controls depend on each other (many dependencies). Which way will be the shortest to describe all relations with controls?
Example: Form to choose travel package contains controls:
- countries
- regions
- hotels
- stars
- nights
- etc.
Mostly all controls should be updated .onChange of other controls (when choose 5*/4* hotel will update list of countries, regions, nights, etc.)
I am looking for solution to
- easy describe relations
- easy populate updated values of controls
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为最适合您工作的插件是 Jquery.Populate():
http://www.keyframesandcode.com/resources/javascript/jQuery /demos/populate-demo.html
I think the best plugin for your work is Jquery.Populate():
http://www.keyframesandcode.com/resources/javascript/jQuery/demos/populate-demo.html