jQuery 可在浏览器之外拖动
目前,无需使用 jQuery,就可以将图像从浏览器拖到桌面上(firefox、chrome、safari)。我想使用 jQuery Draggable 来实现同样的事情。目前,如果我尝试拖动“可拖动”元素,该元素在离开浏览器窗口时就会消失。
如果可以的话有什么想法吗?如果可以的话怎么办?
谢谢。
Currently, without using jQuery it is possible to drag an image from your browser onto your desktop (firefox, chrome, safari). I'd like to achieve the same thing using jQuery draggable. Currently, if I try dragging a 'draggable' element, the element disappears when it leaves the browser window.
Any ideas if this is possible, if so how?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是关于图像的类似讨论:
是否可以在网站(应用程序)之间拖放图像?
Here is a similar discussion with respect to images:
Is it possible to Drag-and-Drop images between Web sites (applications)?