jQuery UI Selectable:如何显示行进蚂蚁风格的套索?
我刚刚开始将一些 jquery UI 优点注入到我的应用程序中,并且正在努力解决一个相当小的问题。我有可选插件工作,但当拖动选择多个时,我似乎可以显示套索选框框。
jquery UI 网站上的工作示例: http://jqueryui.com/demos/ selectable/#default
我的尝试: http://jsbin.com /amare5/2/edit
使用的代码是 jquery UI 站点示例的精确副本。我缺少什么?
I've just started injection some jquery UI goodness into my app and am struggling with a rather minor issue. I have the selectable plugin working but I can seem to get the lasso marquee box thing to show up when dragging to select multiple.
Working Example on jquery UI site: http://jqueryui.com/demos/selectable/#default
My Attempt: http://jsbin.com/amare5/2/edit
The code used is an exact copy of the example of the jquery UI site. What am I missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
成功了!谢谢@mattball!无需导入整个样式表,您只需要这个块:
WORKED! Thank you @mattball! Without having to import the whole style sheet you just need this chunk:
您缺少 jQuery UI CSS 文件。试试这个:http://jsbin.com/amare5/4。我将其添加到
中:
You're missing the jQuery UI CSS file. Try this: http://jsbin.com/amare5/4. I added this to the
<head>
:如果您只想查找 ui-selectable-helper 类定义,则只需导入可选择的 CSS 即可。
If you're only looking for the ui-selectable-helper class definition, you can simply import the selectable CSS.
如果您需要将选择器放在对话框窗口的顶部,请在样式表中的某个位置定义它:
If you need to bring the selector on top of the dialog windows, define this somewhere in your stylesheet: