ROR3 网站中的拖放式 UI 采用哪种 JavaScript 框架?

发布于 2024-11-13 06:38:33 字数 320 浏览 4 评论 0原文

在 Ruby-on-Rails 网站中,我想创建以下对话框,其中向用户显示颜色列表,并且必须选择 3 个最喜欢的颜色和 3 个最不喜欢的颜色。

它的工作原理是从左侧拖动一个项目并将其放在右侧。
实现此目的最简单且最可维护的库/方法是什么?

drag drop

注释:我正在为本网站选择 JavaScript 框架,所以任何建议都可以。如果这很重要,那么真正的事情实际上是:在 15 种工作情况中,选择用户感觉压力最大的 5 种,以及压力最小的 5 种。

In a Ruby-on-Rails website, I want to create the following dialog, where a user is shown a list of colors and must choose 3 favorites and 3 least liked colors.

It works by dragging an item from the left and dropping it on the right.
What is the easiest and most maintainable library/method to implement this?

drag drop

Notes: I am in the process of choosing a JavaScript framework for this website, so any proposition is fine. If that matters, the real thing is actually: among 15 work situations, choosing 5 that the user feels as most stressful, and 5 least stressful.

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

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

发布评论

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

评论(1

扛起拖把扫天下 2024-11-20 06:38:33

jQuery 用户界面。

它具有 draggable可删除。它非常易于使用,高度可配置,是 Rails 3.1 中新的标准 javascript 库。

jQuery UI.

It has draggable and droppable. It is super easy to use, highly configurable and is the new standard javascript library in Rails 3.1.

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