前几天在做thinkphp一个积分商城的时候要用到产品图片放大的效果,
于是毫不犹豫使用了jquery插件jquery_zoom.js
效果图:
贴上代码:
<div class="bigImgArea"><!--bigImgArea begin-->
<div class="mainShow">
<a id="bigImg" href="{$data['imgUrl'][0]}" class="jqzoom" title="{$data.name}" style="cursor: crosshair; display: block; position: relative;">
<img id="midImg" src="{$data['imgUrl'][0]}" alt="{$data.name}" src340="{$data['imgUrl'][0]}" >
</a>
</div>
<div class="thumbnail...