jQuery 插件从 JSON 响应填充表单控件?

发布于 2024-09-13 11:36:54 字数 356 浏览 6 评论 0原文

是否有任何插件可以使用一个命令从 JSON 数据填充任何表单控件?

我有一个表单,其中有许多选择、复选框和单选按钮。几乎所有控件都相互依赖(许多依赖项)。哪种方式可以最短地描述所有与控件的关系?

示例:选择旅行套餐的表单包含控件:

  • 国家、
  • 地区
  • 、酒店、
  • 星级
  • 、夜晚
  • 等。

大多数控件都应更新。onChange 其他控件(当选择 5*/4* 酒店时,将更新国家、地区、夜晚等列表)

我正在寻找解决方案来

  1. 轻松描述关系,
  2. 轻松填充控件的更新值

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

  1. easy describe relations
  2. easy populate updated values of controls

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文