HTML / Javascript:嵌套集的多项选择小部件

发布于 2024-12-03 04:22:26 字数 292 浏览 1 评论 0原文

在我当前的项目中,我有一组嵌套的区域,组成如下:


World
   Europe
      Germany
      Italy
      Spain
      ...
   America
      ...
   ...

我正在寻找一个基于 Javascript 的 HTML 选择小部件,它为嵌套组提供了多种选择。例如,如果用户选择“欧洲”,则必须选择所有子区域。否则,可能会出现冗余选择。选择软件包时,您可以在某些安装程序中看到这种小部件。

我还没有发现任何有用的东西

In my current project, I have a nested set of regions composed as follows:


World
   Europe
      Germany
      Italy
      Spain
      ...
   America
      ...
   ...

I'm looking for a Javascript based choice-widget for HTML which provides multiple selections for nested sets. If the user for instance selects "Europe", all sub-regions have to be selected. Otherwise, redundant selections would be possible. You can see this kind of widget in some installers when selecting packages.

I didn't find anything useful yet

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

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

发布评论

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

评论(2

以往的大感动 2024-12-10 04:22:26

几个月前我也在寻找同样的答案。经过几个小时的搜索,我根据 onchange 事件和 each 循环(jQuery)编写了自己的代码。

Few months ago I looked for the same answer. After hours of searching I wrote my own code based on onchange events and each loops (jQuery).

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