Javascript image zoom (JQuery)

javascriptjqueryjquery-plugins

I go throw the questions here and search the web for image zoom. I found one really nice: http://www.php-help.ro/examples/mootools1.2_image_zoom/ , the problem is that I'm not using MooTools and I can't use it. To find anything similar in pure Javascript or JQuery will be great.

The requirement is that the zoomed are can be moved on the big one and rectangle on thumbnail will be moving, or by moving the rectangle on thumbnail. It should zoom in after clicking on a big image or some other element (magnifier icon).

Solution:

If anyone will be interested, I created a JS just for this purpose. It does not use any JS framework and can be easily integrated into any web site. Still in alpha version and not tested deeply. http://www.marten-online.com/my-projects/pw-zoomer

Best Answer