I've been scouring the internet for a jQuery plugin that allows me to zoom in on an image. There are many options out there, but I prefer ones that display the zoomed-in image in a separate area rather than directly on the original image.
For example: (just one of many).
However, all these plugins seem to only work directly on the img tag, whereas I would like to zoom in on a div with a src attribute that refers to an image. Unfortunately, the main html structure cannot be changed much.
Do you know of any plugins that can achieve this, or do you have any suggestions on how I could accomplish it myself? (It would be preferable if it also works on IE8-9, although not a requirement). Thank you!