Easy Image Zoom

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-07 11:58:56

软件介绍

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'
	});
});

本文地址:https://codercto.com/soft/d/22852.html

PHP和MySQL Web开发

PHP和MySQL Web开发

Luke Welling、Laura Thomson / 武欣、邵煜 / 机械工业出版社 / 2005-12 / 78.00元

本书将PHP开发与MySQL应用相结合,分别对PHP和MySQL做了深入浅出的分析,不仅介绍PHP和MySQL的一般概念,而且对PHP和MySQL的Web应用做了较全面的阐述,并包括几个经典且实用的例子。一起来看看 《PHP和MySQL Web开发》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

html转js在线工具
html转js在线工具

html转js在线工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具