国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

js實現產品縮略圖效果

2019-11-19 17:11:50
字體:
來源:轉載
供稿:網友

效果圖:

代碼如下:

<!DOCTYPE html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script src="http://how2j.cn/study/js/jquery/2.0.0/jquery.min.js"></script><link  rel="external nofollow" rel="stylesheet"><script src="http://how2j.cn/study/js/bootstrap/3.3.6/bootstrap.min.js"></script></head><script>$(function(){ $("img.smallImage").mouseenter(function(){  var bigImageURL = $(this).attr("bigImageURL");  $("img.bigImg").attr("src",bigImageURL); }); $("img.bigImg").load(  function(){   $("img.smallImage").each(function(){    var bigImageURL = $(this).attr("bigImageURL");    img = new Image();    img.src = bigImageURL;    img.onload = function(){     console.log(bigImageURL);      $("div.img4load").append($(img));    };   });    } );});</script><style>div.imgAndInfo{ margin: 40px 20px;}div.imgInimgAndInfo{ width: 400px; float: left;}div.imgAndInfo img.bigImg{ width: 400px; height: 400px; padding: 20px; border: 1px solid #F2F2F2;}div.imgAndInfo div.smallImageDiv{ width: 80%; margin: 20px auto;}div.imgAndInfo img.smallImage{ width: 60px; height: 60px; border: 2px solid white;}div.imgAndInfo img.smallImage:hover{ border: 2px solid black;}</style><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><div class="imgAndInfo"> <div class="imgInimgAndInfo">  <img width="100px" class="bigImg" src="http://how2j.cn/tmall/img/productSingle/8619.jpg">  <div class="smallImageDiv">    <img width="100px" class="smallImage" src="http://how2j.cn/tmall/img/productSingle_small/8620.jpg" bigImageURL="http://how2j.cn/tmall/img/productSingle/8620.jpg">    <img width="100px" class="smallImage" src="http://how2j.cn/tmall/img/productSingle_small/8619.jpg" bigImageURL="http://how2j.cn/tmall/img/productSingle/8619.jpg">    <img width="100px" class="smallImage" src="http://how2j.cn/tmall/img/productSingle_small/8618.jpg" bigImageURL="http://how2j.cn/tmall/img/productSingle/8618.jpg">    <img width="100px" class="smallImage" src="http://how2j.cn/tmall/img/productSingle_small/8617.jpg" bigImageURL="http://how2j.cn/tmall/img/productSingle/8617.jpg">    <img width="100px" class="smallImage" src="http://how2j.cn/tmall/img/productSingle_small/8616.jpg" bigImageURL="http://how2j.cn/tmall/img/productSingle/8616.jpg">  </div> <div class="img4load hidden" ></div>   </div> <div style="clear:both"></div></div>

以上就是本文的全部內容,希望本文的內容對大家的學習或者工作能帶來一定的幫助,同時也希望多多支持武林網!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 原阳县| 玉龙| 桂东县| 河东区| 绿春县| 大关县| 四平市| 互助| 英山县| 广河县| 绩溪县| 墨玉县| 工布江达县| 开封县| 寻乌县| 富阳市| 昌江| 丰宁| 保山市| 潢川县| 抚远县| 石泉县| 六安市| 渭源县| 温州市| 衡阳县| 时尚| 武隆县| 介休市| 盐城市| 蒙山县| 岳池县| 日土县| 乌苏市| 荃湾区| 宣汉县| 宣汉县| 仁布县| 阿克| 稻城县| 宣汉县|