国产探花免费观看_亚洲丰满少妇自慰呻吟_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>

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

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 刚察县| 双峰县| 伊通| 屯门区| 五原县| 航空| 江口县| 盖州市| 无为县| 万源市| 工布江达县| 巩留县| 诸城市| 郓城县| 金溪县| 满城县| 竹北市| 东平县| 灵璧县| 宜宾市| 县级市| 寿光市| 遂溪县| 潼关县| 屏东县| 河源市| 太仓市| 北海市| 澄江县| 东莞市| 那曲县| 綦江县| 丹江口市| 昭平县| 内江市| 交城县| 巨野县| 郎溪县| 滕州市| 涿州市| 元谋县|