Image Hover prefixsuffixsrcbtnOnlyfadefadeSpeed

程序名称:Image Hover prefixsuffixsrcbtnOnlyfadefadeSpeed

授权协议: 未知

操作系统: 未知

开发语言:

Image Hover prefixsuffixsrcbtnOnlyfadefadeSpeed 介绍

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

`

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/’});

`

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

`

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.

Image Hover prefixsuffixsrcbtnOnlyfadefadeSpeed 官网

http://plugins.jquery.com/project/imghover

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...