jQuery draggable outside of browser

扶醉桌前 提交于 2019-12-20 03:42:16

问题


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.


回答1:


Here is a similar discussion with respect to images:

Is it possible to Drag-and-Drop images between Web sites (applications)?



来源:https://stackoverflow.com/questions/4566371/jquery-draggable-outside-of-browser

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!