Easy Image Zoom

授权协议 未知
开发语言 JavaScript
所属分类 jQuery 插件、 其他jQuery插件
软件类型 开源软件
地区 不详
投 递 者 魏学智
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Easy Image Zoom 是一个实现了鼠标移到小图片上查看图片细节的 jQuery 插件。

在线演示:http://cssglobe.com/lab/easyzoom/easyzoom.html

示例代码:

jQuery(function($){
	$('a.zoom').easyZoom({
		id: 'imagezoom',
		preload: '<p class="preloader">Loading the image</p>'
		parent: '#container'
	});
});
  • DHTML Image Zoom Out View Live Demo In this Script when you move you click on the following image, the image size will decrease gradually (i.e the image will zoom out) and will finally disappear. The

  • css sprites by Zlatan Bekric 通过Zlatan Bekric CSS Image Sprites简介:它们易于学习且广为人知 (An intro to CSS Image Sprites: they’re easy to learn and great to know) Image sprites have been here since the 1970s. They

  •         前言:通过第三方工具实现将word或者ppt转为pdf格式; 1、documents4j 实现word转pdf  附:(在线预览) <!-- documents4j word转pdf --> <dependency> <groupId>com.documents4j</groupId> <artifac