ImageLens – A lens effect image zoom plugin
|ImageLens is a jQuery plugin, that adds lens style of image zooming effects.
Lens effect image zoom plugin
Try this jQuery plug-in to add lens style zooming effect to an image.
Usage:
1. Include jQuery and ImageLens.js
<script src="jquery.js" type="text/javascript"></script> <script src="jquery.imageLens.js" type="text/javascript"></script>
2. Add an image
<img id="img_01" src="sample01.jpg" width="384" height="240" />
3. Init
$(function () { $("#img_01").imageLens(); });
Sample result like below:

Download:
http://www.dailycoding.com/posts/imagelens__a_jquery_plugin_for_lens_effect_image_zooming.aspx
Enjoy!