Feedback (0 comments)
Please post any feedback, live examples, bugs, features and change requests here.
One of our clients recently requested this effect. I could not find another plugin doing this so I built it!
Simple clean code
No need to include any messy inline JavaScript.
<html>
<head>
<script src="/js/jquery-1.4.1-min.js" type="text/javascript"></script>
<script src="/js/js/jquery.zoomImgRollover.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('img').zoomImgRollover();
});
</script>
</head>
<body>
<p>
<a href="#">
<img height="485" width="216" src="image.gif"/>
</a>
</p>
</body>
</html>
Download
Please post any feedback, live examples, bugs, features and change requests here.