使用 jquery ui-sortable 排序时出现奇怪的绿色/黄色背景
我遇到了一个非常奇怪的错误,当我尝试单击并拖动以对元素进行排序时,其后面有绿色/黄色背景。您可以在此处查看屏幕截图:http://d.pr/8xNa。通过 Firebug 查看它,我没有看到任何可以创建该背景的东西。想法?
I encountered a very weird bug where when I try to click and drag to sort elements, there is this green/yellow background behind it. You can see the screenshot here: http://d.pr/8xNa. Looking at it via Firebug, I don't see anything that could've created that background. Thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在拖动的 li 被替换为具有 ui-state-highlight 类的一个 li。
从您的代码中删除此占位符就可以了。
The li you are dragging is replaced with one li with class ui-state-highlight class.
remove this placeholder from your code you are fine.