Jquery拖放到任意位置
我遇到了一种情况,用户需要能够将图像拖放到页面动态生成部分的一部分上,该部分将始终用 括起来。
标签,但没有其他信息。
我认为实现此目的的唯一方法是添加具有不同 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你见过 JQuery UI 吗? 您实际上可以以最简单的形式执行此操作:
AND
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:
AND
http://jqueryui.com/
Documentation:
http://docs.jquery.com/UI
Check it out: :-)
Andrew