使用 jQuery 拖动锚点:IE 不更新光标

发布于 2024-10-17 05:35:59 字数 243 浏览 0 评论 0原文

有没有注意到,如果您使用 jQuery 使锚点 () 可拖动,并且设置为显示某个光标,则无论您的选择如何,IE 都会保持指针显示。请参阅下面的示例代码:

$("a, div").draggable({ 助手:“克隆”, 光标:“移动” });

看起来 IE 会保持“鼠标按下”时的光标样式,直到释放按钮为止。所有其他浏览器都遵循光标样式。

有人知道如何在拖动锚点时确保光标样式吗?

Ever noticed that if you make an anchor () draggable using jQuery and you set to have a certain cursor to be displayed, IE keeps the pointer displayed regardless of your selection. See the sample code below:

$("a, div").draggable({
helper: "clone",
cursor: "move"
});

It seems like IE keeps the cursor style as at the time of the 'mousedown', until the button is released. All other browsers honor the cursor style.

Anybody have an idea how to ensure the cursor style while dragging anchors?

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

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

发布评论

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

评论(1

梦一生花开无言 2024-10-24 05:35:59

尝试给 一个光标直到鼠标松开?我知道我可能是一个蹩脚的解决方案。但它可以工作...

Try giving <body> a cursor untill mouseup? i know i might be a lame solution. But it could work...

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