Jquery拖放到任意位置

发布于 2024-07-14 04:38:19 字数 198 浏览 7 评论 0原文

我遇到了一种情况,用户需要能够将图像拖放到页面动态生成部分的一部分上,该部分将始终用

 括起来。   
标签,但没有其他信息。

我认为实现此目的的唯一方法是添加具有不同 z-index 的包装 div,但是否有可能将此项目“放置”到预格式化文本上方图层上的任意位置?

任何建议/想法将不胜感激。

I've got a situation where a user needs to be able to drag and drop an image onto a section of a dynamically generated portion of a page that will will always be enclosed with <pre> </pre> tags but will have no other information.

The only way I can I think to accomplish this is to add a wrapper div with a different z-index, but is it even possible to "drop" this item on an arbitrary location on the layer above the pre-formatted text?

Any suggestions/ideas would be greatly appreciated.

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

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

发布评论

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

评论(1

得不到的就毁灭 2024-07-21 04:38:19

你见过 JQuery UI 吗? 您实际上可以以最简单的形式执行此操作:

$("#MyDragElement").draggable();

AND

$("#MyDropElement").droppable();

http://jqueryui.com/

文档:

http://jqueryui.com/ ="http://docs.jquery.com/UI" rel="nofollow noreferrer">http://docs.jquery.com/UI

看看::-)

安德鲁

Have you seen the JQuery UI. You can literally in its simplest form to do this:

$("#MyDragElement").draggable();

AND

$("#MyDropElement").droppable();

http://jqueryui.com/

Documentation:

http://docs.jquery.com/UI

Check it out: :-)

Andrew

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