jQuery UI selectable 不显示选择轮廓,为什么?
在 jQuery UI 可选择演示页面上: http://jqueryui.com/demos/selectable/#default 当您选择元素时,您可以看到选择框轮廓。为什么我尝试的时候没有出现这个?
这不是我的小提琴,但它也有同样的问题: http://jsfiddle.net/jMDVm/40/
On the jQuery UI selectable demo page: http://jqueryui.com/demos/selectable/#default when you select elements, you can see the selection box outline. How come this doesnt appear when I try it?
This isnt my fiddle, but it also has the same problem:
http://jsfiddle.net/jMDVm/40/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是因为它缺少 jQuery UI 样式表,其中包含用于设置选择帮助器框样式的类。将以下内容添加到您的 CSS 中:
It's because it's missing the jQuery UI stylesheet, which contains the class for styling the selection helper box. Add the following to your CSS: