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

首頁(yè) > 開(kāi)發(fā) > JS > 正文

基于jquery編寫(xiě)的放大鏡插件

2024-05-06 16:29:55
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
這篇文章主要為大家詳細(xì)介紹了基于jquery編寫(xiě)的放大鏡插件,具有一定的參考價(jià)值,感興趣的小伙伴們可以參考一下
 

本文實(shí)例為大家分享了自己動(dòng)手實(shí)現(xiàn)的jquery放大鏡插件,供大家參考,具體內(nèi)容如下

/**  ***********************************************  **此插件使用須知---------------       **  **濾鏡(inner)與其活動(dòng)區(qū)(active)之比要等于 **  **放大區(qū)(movequ)與其內(nèi)部圖片之比。如比值不相 **  **等,請(qǐng)改變圖片大小.------------------------**  **參數(shù)介紹                  **  **active:濾鏡活動(dòng)區(qū)             **  **inner:濾鏡                 **  **movequ:放大區(qū)域              **  **需在Html頭部引入本js腳本及jquery-1.8.3腳本 **  **如有疑問(wèn),請(qǐng)聯(lián)系QQ:64047399,為你解答   **  *********************************************** **/  $.fn.extend({  yangbo:function(active,inner,movequ){    $(active).hover(function(){      $(inner).show();      $(movequ).show();      var proportionOne=$(active).width()/$(inner).width();      var proportionTwo=$(movequ).find('img').width()/$(movequ).width();      // console.log($(movequ).find('img').width());      if(proportionOne==proportionTwo){      $(this).mousemove(function(event){        //以下為右側(cè)放大        var proportionLeft=$(active).width()/$(inner).width();        var proportionTop=$(active).height()/$(inner).height();        $(movequ).scrollLeft($(inner).position().left*proportionLeft).scrollTop($(inner).position()        .top*proportionTop);         //以下為小濾鏡拖拽        $(inner).offset({            left:event.pageX-40,            top:event.pageY-40          });         //以下為判斷臨界值        if($(inner).position().left<=0){            $(inner).css({              left:0            })          }          if($(inner).position().top<=0){            $(inner).css({              top:0            })          }          if($(inner).position().left>=$(this).width()-$(inner).width()){            $(inner).css({              left:$(this).width()-$(inner).width()            })          }          if($(inner).position().top>=$(this).height()-$(inner).height()){            $(inner).css({              top:$(this).height()-$(inner).height()            })          }       })    }else{      $(active).text('圖片寬高不正確:請(qǐng)調(diào)整圖片寬高-->濾鏡與其父親之比應(yīng)該等于右側(cè)盒子與右側(cè)圖片之比')      .css({        background:'yellow',        color:'red',      });    }  },function(){      $(inner).hide();      $(movequ).hide();    })    } })

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助。



發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 定南县| 江安县| 新宾| 厦门市| 陇川县| 社会| 三明市| 新疆| 南平市| 铜梁县| 元江| 大理市| 邵阳县| 新巴尔虎右旗| 民勤县| 清镇市| 略阳县| 奈曼旗| 句容市| 新建县| 绵阳市| 皋兰县| 油尖旺区| 郎溪县| 辽源市| 霍州市| 新巴尔虎右旗| 新干县| 抚松县| 大方县| 冷水江市| 夹江县| 洞头县| 井研县| 两当县| 郑州市| 资源县| 千阳县| 广河县| 湘潭县| 会东县|