Submit your widget
115
Yays

CSS Swap Hover Effect

Views 12959   downloads 2371   Image Effects

It was requested that the product photo be swapped by its product description when the mouse hovers over it. This kind of effect is very interesting and easy to achieve, so I would like to share it with…

110
Yays

Codename Rainbows jQuery

Views 15405   downloads 2427   Text & Link Effects

We use some JavaScript and CSS magic to apply a two-color gradient to any text. Shadows and highlights can also be applied. This works especially well on big sites or dynamic content where it'd be impractical…

109
Yays

Jemjabella Menu jQuery

Views 11706   downloads 1593   Menu & Navigation

The menu itself was marked up in a (semantically correct) unordered list, like so: <ul id="navigation"> <li><a href="#">link one</a></li> <li><a href="#">link…

112
Yays

jQuery CSS3 Overlap that Menu

Views 12736   downloads 1934   Menu & Navigation

If you have ever wanted to do something a bit different with your main navigation, how about having your items overlap each other? Using position: absolute; on our links allows us to do this. The first…

84
Yays

The Wire Tumblr in Realtime-alike jQuery

Views 12992   downloads 1495   Image Effects

we’ll try to discuss how to make an image walking like in “The Wire Tumblr in Realtime”. Actually, that image walking makes use of a very simple technic; the script automatically prepends…

119
Yays

jQuery : Checkbox & Table

Views 20219   downloads 3340   Form

Today’s code snippet is how to automagically check/uncheck checkbox element by clicking a single row of a table using jQuery. Firstly we add click event on the table’s row, it will help us…

122
Yays

Take Control of Your Table View jQuery

Views 11427   downloads 1679   Table

The Case Each user has a different tastes in viewing our content, including data in a table. I, for example, always enjoy seeing the font in a smaller size but my friend didn’t. It just a font size,…

95
Yays

Simple Flip Puzzle Effect like Apple with jQuery

Views 11068   downloads 1726   Image Effects

Gradient and Flipping Technique I said that the advertisement makes use of puzzle paper effect. In order to create this effect, we give a lighting from certain angle to each block layer that we stacked…

84
Yays

JQuery Navigation

Views 7885   downloads 1634   Menu & Navigation

You should now be set to create your HTML file. Open up dreamweaver and start a new HTML document, save the document straight away as index.html on your desktop. Open up notepad and save a blank file…

112
Yays

jQuery Safari Searcher

Views 11550   downloads 2478   Form

I want to share my jQuery search box plugin looks like Safari one. It is really easy to customize skin by drawing new sprite. Moreover, it have all the same functionality as a real one and a bit more…

105
Yays

jQuery Slider

Views 13057   downloads 2190   Layout & Interface

jQuery Slider is easy to use and multifunctional jQuery plugin. Documentation from — [number] left limit to — [number] right limit step — [number] step of pointer round — [number]…

110
Yays

Cool navigation menu made with JQuery

Views 7522   downloads 1696   Menu & Navigation

HTML <div id='menu_holder'> <ul> <li id='first_li' class='selected'>Link1</li> <li id='second_li'>Link2</li> <li id='third_li'>Link3</li> <div class='clear'></div>…

123
Yays

jQuery accordion Plugin

Views 13226   downloads 2677   Menu & Navigation

This plugin creates an accordion menu. It works with nested lists, definition lists, or just nested divs. Options are available to specify the structure, if necessary, the active element (to display at…

103
Yays

jQuery Drop Down Menus

Views 9955   downloads 2697   Menu & Navigation

Overview Quick and dirty nested drop-down menu in the jQuery styleee. I needed a nav like this for a recent project and a quick Googling turned up nothing that really suited, so droppy was born. It hasn't…

112
Yays

jQuery Fade Menu plugin

Views 14008   downloads 2696   Menu & Navigation

The Fade Menu plugin allows users to easily turn a definition list with nested unordered lists into an accordion menu which uses fades between transitions. Options It is possible to pass the following…