2个jQuery图片内部放大插件Zoomio

2个jQuery图片内部放大插件Zoomio-精品资源网
2个jQuery图片内部放大插件Zoomio
此内容为免费资源,请登录后查看
0
免费资源

2个jQuery图片内部放大插件Zoomio

jQuery图片内部放大插件Zoomio是一款可以轻松的制作图片内部放大效果,它兼容IE8浏览器,也可以用它来制作带图片放大效果的图片画廊,包含两种效果。

js代码

<script src=\"js/jquery-1.11.0.min.js\" type=\"text/javascript\"></script>
<script type=\"text/javascript\" src=\"js/zoomio.js\"></script>
<script type=\"text/javascript\">
	function updatezoomioimage(targetid, src){
		var $ = jQuery
		$(\'#\'+targetid).attr(\'src\', src)
		$(\'#\'+targetid).zoomio()
	}
</script>

© 版权声明
THE END
点赞0 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容