Submit your widget
152
Yays

simple jQuery Fading Background Color

2 years ago   Views 12005   downloads 885   Image Effects

we would like to experience with you another effect that is widely used these days, the Background Color Fading effect on hover. We’ll have a block of content that when the mouse moves over the…

104
Yays

accordion menu with jquery

2 years ago   Views 13741   downloads 2447   Accordion

In this post, you’ll see two examples of accordion. First menu’s visibility get’s toggled on clicking on the header while the another menu’s visibility get’s toogled when…

110
Yays

jQuery fading header effect

2 years ago   Views 11701   downloads 1342   Image Effects

The HTML and CSS The HTML is very straight forward. We have a h1 element with a link inside of it. We’re going to hook our Javascript onto our header (or whichever element we want to add this effect…

99
Yays

Yoyo hover effect jQuery and CSS3

2 years ago   Views 8280   downloads 927   Image Effects

Haven’t you ever just wanted a yoyo on your webpage? A beautiful, animated, spinning yoyo that slides down like a real yoyo would? The HTML There is very little HTML markup, so it is pretty easy…

112
Yays

CSS and Jquery: an Image Slider

2 years ago   Views 10750   downloads 1265   Image Effects

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…

98
Yays

WanderWall – A jQuery, CSS3 & HTML5 Hover-Based Interface

2 years ago   Views 15072   downloads 1135   Slideshow & Scroller

We'LLgoing to teach you how to create a useful hover-based user interface using jQuery, CSS3, HTML5 and @font-face. Why a hover-based interface? you might ask. Well, with the popularity of touch-based…

100
Yays

HoverAttribute jQuery plugin

2 years ago   Views 6852   downloads 1010   Text & Link Effects

HoverAttribute is a jQuery plugin that allows you to make (link-)elements more dynamic by making an attribute of that element show up on hovering. This is foremost intended for <a> tags residing…

126
Yays

jQuery Mouse Events

2 years ago   Views 9325   downloads 1017   Tooltips

HTML For us to make a tooltip we’re going to have some links to work with, and a container for our tooltip.  There is nothing too special here.  I placed the links in a header tag just…

136
Yays

Hover Accordion jQuery

2 years ago   Views 22021   downloads 3472   Accordion

A jQuery Plugin for no-click two-level menus (or whatever else you want to do with it) Introduction This is yet another accordion script, except you don't have to click to open one item, you just move…

104
Yays

Sexy Images jQuery Plugin

2 years ago   Views 11715   downloads 992   Image Effects

This plugin allows you to create sexy hover effect for images on your page ;) Requried: jQuery 1.3+ Test with following browsers: Opera 10.0+ Mozilla Firefox 3.0+ Google Chrome 3.0.195 Safari 3.1+ (win)…

147
Yays

Realistic Hover Effect With jQuery

2 years ago   Views 13852   downloads 2443   Layout & Interface

This is a rising hover effect to a set of icon links. Using jQuery’s animate effect, we experimented with icons that have reflections and others with shadows. The HTML and CSS are both straightforward…