zoomi.js是一款用于图片放大和恢复的插件。
<a id="zoomme" href="#" title="Click me to toogle zoomi">
<img src="images/sexy_002.jpg" alt="images/sexy.jpg">
</a>
<a id="zoomme" href="#" title="Click me to toogle zoomi">
<img src="images/sexy_002.jpg" alt="images/sexy.jpg">
</a>
<a id="zoomme" href="#" title="Click me to toogle zoomi">
<img src="images/sexy_002.jpg" alt="images/sexy.jpg">
</a>
<a id="zoomme" href="#" title="Click me to toogle zoomi">
<img src="images/sexy_002.jpg" alt="images/sexy.jpg">
</a>
<script type="text/javascript">
$(function(){
$('#zoomme img').zoom1().click(function(){
$(this).zoom2().fadeIn().click(function(){
$(this).hide();
return false;
}).end().parent().addClass('red');
return false;
});
});
</script>
效果演示 : https://lab.hakim.se/zoom-js/
官网地址 :https://www.sunsean.com/zoomi/zoomi.js