Image Hover
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/imghover
软件介绍
Overview
ImgHover is a simple way to use hovering image on your site.
You can use fade effect to switch hovering images as well.
Usage
If you want to provide hovering behaviour to all the images, you can write simply like below;
$(document).ready(function(){
$('img').imghover();
});
<img src="/your/path/original.gif" />When mouse-over this image, file "/your/path/original_o.gif" shows on the element.
Bulk Setting
You can call this method on the elements other than images as well.
$(document).ready(function(){
$('div.image-container').imghover();
});In this case, ImgHover provides the function to the images under 'image-container' element.
Options
prefix
Create hovered image by original image name and prefix.
$('img').imghover({prefix: 'hover/'});
<img src="/your/path/image1.gif" />In this case, "/your/path/hover/image1.gif" will be provided as hovered image.
Default value is null.
suffix
Create hovered image by original image name and suffix.
$('img').imghover({suffix: '-hovered'});
<img src="/your/path/image1.gif" />In this case, "/your/path/image1-hovered.gif" will be provided as hovered image.
Default value is 'o'. # for my colleagues ;-p
src
Specify hovered image.
Defautl value is null.
btnOnly
When ImgHover was called to container element(s), the function find only or with anchor link. This option is useful to avoid empty gif, site logo and so on.
Default value is true.
fade
You can use fade effect to switch images.
Default value is false.
fadeSpeed
The speed of fade effect.
Default value is 500.
Easy way to use
This plugin is very handy when you use this with jGlycy.
算法设计与实验题解
王晓东 / 电子工业 / 2006-9 / 46.00元
《算法设计与实验题解》是与普通高等教育“十一五”国家级规划教材《计算机算法设计与分析》(第2版)配套的辅助教材,对主教材中的全部习题做了解答或给出了解题思路提示,并对主教材的内容进行了扩展,有些主教材中无法讲述的较深入的主题以习题的形式展现出来。为了提高学生解决实际问题的能力,《算法设计与实验题解》还将主教材中的许多习题改造成算法实现题,要求学生设计出算法并上机实现。作者还结合精品课程建设,进行了......一起来看看 《算法设计与实验题解》 这本书的介绍吧!
RGB转16进制工具
RGB HEX 互转工具
HTML 编码/解码
HTML 编码/解码
