<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head>
<card title="[分享]jQuery实现鼠标拖动图片效果示例代码" id="card1">
<p> 游客</p><p>
标题:[分享]jQuery实现鼠标拖动图片效果示例代码<br/>
正文:<br/>
代码如下:<br/>&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&amp;gt; <br/>&amp;lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&amp;gt; <br/>&amp;lt;head&amp;gt; <br/>&amp;lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&amp;gt; <br/>&amp;lt;title&amp;gt;无标题文档&amp;lt;/title&amp;gt;&amp;lt;script type=&quot;text/javascript&quot; src=&quot;jquery-1.4.4.js&quot;&amp;gt;&amp;lt;/script&amp;gt; <br/>&amp;lt;script type=&quot;text/javascript&quot;&amp;gt; <br/>$(function(){ <br/>$(&quot;html&quot;).mousemove(function(e){ <br/>$(&quot;#a&quot;).css(&quot;left&quot;,e.pageX).css(&quot;top&quot;,e.pageY); <br/>}); <br/>}); <br/>&amp;lt;/script&amp;gt; <br/>&amp;lt;style type=&quot;text/css&quot;&amp;gt; <br/>.a { <br/>width:200px; <br/>height:100px; <br/>position:absolute; <br/>background-color:rgb(0,0,0); <br/>} <br/>&amp;lt;/style&amp;gt; <br/>&amp;lt;/head&amp;gt; <br/>&amp;lt;body&amp;gt; <br/><br/>&amp;lt;img src=&quot;图片&quot; id=&quot;a&quot; name=&quot;a&quot; class=&quot;a&quot; &amp;gt; <br/><br/>只做了一个简单的实例 <br/>&amp;lt;/body&amp;gt; <br/><br/>&amp;lt;/html&amp;gt; <br/><br/><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=925&amp;Page=1">[&lt;&lt;]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=925&amp;Page=1">[[1]]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=925&amp;Page=1">[&gt;&gt;]</a><br/>
<br/>
<a href="wap.asp?act=Com&amp;id=925">查看评论(0)</a><br/>
<a href="wap.asp?act=AddCom&amp;inpId=925">发表评论</a><br/><br/>

<br/>

<br/>
<a href="http://camnpr.com/wap.asp">首页</a>
</p>
</card>
</wml>