ROR3 网站中的拖放式 UI 采用哪种 JavaScript 框架?
在 Ruby-on-Rails 网站中,我想创建以下对话框,其中向用户显示颜色列表,并且必须选择 3 个最喜欢的颜色和 3 个最不喜欢的颜色。
它的工作原理是从左侧拖动一个项目并将其放在右侧。
实现此目的最简单且最可维护的库/方法是什么?
注释:我正在为本网站选择 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?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.