把图片拖动到DIV层里面的JS或JQ谁会啊?图片是固定不动的,相当于复制一个张到DIV层里面,急!!!在线等

 我来答
jllhyhh
2012-12-26 · TA获得超过227个赞
知道小有建树答主
回答量:176
采纳率:100%
帮助的人:120万
展开全部
可以使用jquery ui draggable/droppable
<!doctype html>
<html lang="us">
<head>
<meta charset="utf-8">
<title>jQuery UI Example Page</title>
<link href="css/smoothness/jquery-ui-1.9.2.custom.css" rel="stylesheet">
<script src="js/jquery-1.8.3.js"></script>
<script src="js/jquery-ui-1.9.2.custom.js"></script>
<script>
$(function () {
$(".clsDraggable").draggable({
revert: true,
helper: 'clone',
onStartDrag: function () {
$(this).draggable('options').cursor = 'not-allowed';
$(this).draggable('helper').css('z-index', "10");
},
onStopDrag: function () {
$(this).draggable('options').cursor = 'move';
}
});
$(".clsDroppable").droppable({
drop: function (event, ui) {
$(this).html($(ui.helper).clone(true));
$(ui.helper).remove();
}
});
});
</script>
<body>
<img class="clsDraggable" src="C:\Users\Public\Documents\Thunder Network\Thunder\Profiles\pluginpanel\cacheicon\TabNewsAddinIcon.png">

<div class="clsDroppable" style="background-color:@backColor;width:100px; height:100px; float:left; border:1px solid black;margin:2px;">
drop image to me
</div>
</body>
</html>
百度网友48d5dc9
2012-12-26 · TA获得超过448个赞
知道小有建树答主
回答量:476
采纳率:0%
帮助的人:204万
展开全部
亲,jquery有这个拖拽插件的,直接下载一个试试
http://www.open-open.com/lib/view/open1331715394484.html
http://www.cnblogs.com/McJeremy/archive/2011/04/14/2016398.html
希望能帮到你,如果自己写,是件比较麻烦的事
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
絔度他叔
2012-12-26
知道答主
回答量:93
采纳率:0%
帮助的人:19.5万
展开全部
给不了你代码,但是可以告诉你哪里会有。你可以去找找看,里面什么样的都有。

http://www.lanrentuku.com/
追问
那里我都翻遍了,都没有找到!!!!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
bugdhero
2012-12-26
知道答主
回答量:33
采纳率:0%
帮助的人:15.3万
展开全部
<div id='de'></div>
$.('#de').href('url')
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式