将图像拖入Div和Alert

时间:2013-09-17 09:36:40

标签: javascript html css image drag

我需要将图片拖入div中,如果触及“是”则会发出警告:是,但是如果触及“否”则会发出警告:不! 我实际上不能这样做,你可以看到我在这里,我不知道为什么,但在我的项目中,我至少可以拖动JS图像和jsfiddle我不能,所以我基本上需要一个if做警报!

http://jsfiddle.net/vy635/1/

<div id="yes" style="background-color:lightyellow; width:64px; height:64px; border-width:2px; border-style:solid; border-color:black;"> 
    <center>yes</center> 
</div>
<br>
<div id="no" style="background-color:lightyellow; width:64px; height:64px; border-width:2px; border-style:solid; border-color:black;"> 
    <center>no</center> 
</div>

谢谢!

0 个答案:

没有答案