91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

jquery實現圖片跟隨鼠標的實例

發布時間:2020-09-19 08:18:05 來源:腳本之家 閱讀:139 作者:焦點 欄目:web開發

jquery實現圖片跟隨鼠標的實例

 開發后臺寫頁面困難的一比啊,想寫個鼠標移動某連接右側顯示二維碼,并跟隨鼠標移動的功能,各種查資料,花了一小天終于搞出來了,代碼的記下來,浪費了我這么多時間,記你一輩子,這個可以直接在W3School直接運行,可以根據某行顯示某個特定的圖片,自己定義就行

實現代碼:

<html> 
<head> 
<script src="http://libs.baidu.com/jquery/2.0.0/jquery.js"></script> 
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
  <title>jquery圖片跟隨鼠標</title> 
  <script type="text/javascript"> 
    function hideImg(num){ 
      if(num.className == "1_name"){ 
        $('#1_erweima').hide(); 
      }else if(num.className == "2_name"){ 
        $('#2_erweima').hide(); 
      } 
    } 
 
    function showImg(num) { 
      var intX = window.event.clientX; 
      var intY = window.event.clientY; 
      if (num.className == "1_name") { 
        $('#1_erweima').css("left", intX + 20 + "px"); 
        $('#1_erweima').css("top", intY + 10 + "px"); 
        $('#1_erweima').show(); 
      } else if (num.className == "2_name") { 
        $('#2_erweima').css("left", intX + 20 + "px"); 
        $('#2_erweima').css("top", intY + 10 + "px"); 
        $('#2_erweima').show(); 
      } 
    } 
  </script> 
</head> 
<body> 
<table> 
  <tr> 
    <th> 
      <a  rel="external nofollow" rel="external nofollow" rel="external nofollow" class="1_name" target="_blank" onmouseout="hideImg(this)" onmousemove="showImg(this)" onmouseover="showImg(this)" >我是百度,會跟隨</a> 
    </th> 
  </tr> 
  <tr> 
    <th> 
      <a  rel="external nofollow" rel="external nofollow" rel="external nofollow" class="1_name" target="_blank" >我是百度</a> 
    </th> 
  </tr> 
  <tr> 
    <th> 
      <a  rel="external nofollow" rel="external nofollow" rel="external nofollow" class="2_name" target="_blank" onmouseout="hideImg(this)" onmousemove="showImg(this)" onmouseover="showImg(this)" >我也是百度,也跟隨</a> 
    </th> 
  </tr> 
  <div id="1_erweima" > 
    <img src="https://cache.yisu.com/upload/information/20200622/114/62494.png" /> 
  </div> 
  <div id="2_erweima" > 
    <img src="https://cache.yisu.com/upload/information/20200622/114/62494.png" /> 
  </div> 
</table> 
</body> 
</html> 

如有疑問請留言或者到本站社區交流討論,感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

临江市| 凤山市| 错那县| 梅州市| 桐乡市| 白山市| 巴楚县| 固镇县| 仪陇县| 额敏县| 淮安市| 新干县| 荔浦县| 垫江县| 白水县| 湾仔区| 革吉县| 元阳县| 兴文县| 衡南县| 闽清县| 凉城县| 武安市| 台南市| 建水县| 江阴市| 曲麻莱县| 琼海市| 屏南县| 东城区| 驻马店市| 太原市| 望城县| 津南区| 信丰县| 湟中县| 潜山县| 郴州市| 麻阳| 廊坊市| 浙江省|