jQuery On Hover Image Inner Zoom Plugin jqzoomer - Download jQuery On Hover Image Inner Zoom Plugin - jqzoomer

Download jQuery On Hover Image Inner Zoom Plugin – jqzoomer

Posted on

This time I will share jQuery Plugin and tutorial about jQuery On Hover Image Inner Zoom Plugin – jqzoomer, hope it will help you in programming stack.

jQuery On Hover Image Inner Zoom Plugin jqzoomer - Download jQuery On Hover Image Inner Zoom Plugin - jqzoomer
File Size: 6.14 KB
Views Total: 6726
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   

jqzoomer is a very lightweight jQuery plugin that provides basic inner zoom functionality on your images on mouse hover. Without the need of writing any CSS rules.

How to use it:

1. Include the needed jQuery library and other required resources on the html page.

1 <script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
2 <script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
3 <script src="jqzoomer.1.0.js"></script>

2. Wrap your small image into a link containing the path to the large image.

1 <div class="demo">
2   <a href="large.jpg">
3     <img src="small.jpg">
4   </a>
5 </div>

3. Initialize the plugin by calling the function on the top container.

1 $(".demo").jqzoomer();

This awesome jQuery plugin is developed by R-MAN-D. For more Advanced Usages, please check the demo page or visit the official website.

source : jqueryscript.net