Best jQuery Image Hover Effect Plugins & Tutorials with Demo

    jQuery plugin : captionate images

    jQuery captionate images

    In today’s short tutorial i would like to share a caption jQuery plugin that adds a caption to the bottom of images this is useful for displaying additional text about images when a user hover over the image.They say a photo is worth a thousand, and the best way of doing this is by adding captions to your images.

    Create Multiple pop up divs using the jquery

    Create Multiple pop up divs using the jquery

    In this tutorial we are going to create a simple profile overview page containing 4 profile images and names. When we hover over the image or name a more detailed profile will appear. This div is positioned before the image and name link in the code and is initially hidden. When we hover over the image, a jQuery event will occur which will change the display declaration from hidden to block, making the div appear. This is when we make use of the prev() method.

    jLinkPreview a jQuery link’s preview image plugin

    jQuery link's preview image plugin

    jLinkPreview is a plug-in for jQuery Library which simply allows you to see link’s preview image before you visit them by just hovering on it. Link Preview will appear by your cursor when you hover.

    Animated Text and Icon Menu with jQuery

    Animated Text and Icon Menu with jQuery

    Today we want to show you how to create a slick menu with a nice animation feature on hover. The idea is to make some elements slide out, change and animate the background color of the item and then slide the elements back in with a different color.

    Sliding Background Image Menu with jQuery

    Sliding Background Image Menu with jQuery

    Today we want to share another jQuery menu with you. This menu will have several panels, each one corresponding to a different background image that will show on all panels when we hover over a panel label. Also, a submenu will slide out from the bottom. This menu comes with some configuration possibilities, such as the size of the image, the hover effect and custom default states.

    CSS and jQuery-Creating an Image Slider

    CSS and jQuery-Creating an Image Slider

    In this tutorial I am actually going to be explaining how to do something which I created for one of my other projects. Basically you are going to create a jquery effect. When a holder is hovered over the top image slides down to reveal the image underneath. I will also explain how to use position absolute to float an image in the top right to show the image is new.

    jRumble – jQuery Plugin for rumbles, vibrates, shakes, and rotates

    jRumble - jQuery Plugin for rumbles, vibrates, shakes, and rotates

    jRumble is a jQuery plugin that rumbles, vibrates, shakes, and rotates any element you choose. It’s great to use as a hover effect or a way to direct attention to an element. You can control the X, Y, and rotation range, the speed, and event trigger for the rumble.

    jQuery & CSS Hover Zoom Effect Plugin

    jQuery & CSS Hover Zoom Effect Plugin

    This plugin creates “Hover Zoom” effect for your image thumbnails with CSS and jQuery. This effect reverse zooms an image while fading in a label on top of it when the mouse hovers over it.I’ve seen similar effects to this one on a few sites here and there, and they were always built in Flash. I wanted a CSS and Javascript solution so I whipped up the Hover Zoom effect.

    HTML5 Grayscale Image Hover with jQuery

    HTML5 Grayscale Image Hover with jQuery

    With HTML5 canvas, images can be manipulated into grayscale without having to use image editing software. Use HTML5 & jQuery to dynamically clone color images into grayscale

    Elastic Thumbnail Menu – jQuery And CSS

    In this tutorial we will teach you how to make a good looking and elastic thumbnail menu. The menu magnifies menu items when they are hovered over and the different menu items expand upwards.