Submit your widget
108
Yays

Slot Machine Tabs(jQuery)

Views 11166   downloads 2104   Tabs

Three columns in each content box rotate like a slot machine to reveal the content in the next content box when a new tab is clicked.

99
Yays

Standard zoom(jquery)

Views 10612   downloads 3249   Image Effects

Add first the last jQuery release, then the jQZoom script(don't forget this),the correct order is important.Look at the installation code below. <script type='text/javascript' src='js/jquery-1.2.6.js'></script>…

87
Yays

jQuery feed menus

Views 9997   downloads 1976   Menu & Navigation

The jQuery Feed Menu This feed menu was created easily by the following snippet of code: var fm = new FeedMenu();fm.write('#jquery_feed_menu_example_1');     Cool huh? That piece of code finds…

101
Yays

ShineTime – A New jQuery & CSS3 Gallery With Animated Shine Effects

Views 14935   downloads 2742   Slideshow & Scroller

This is a animated Shine Effect with jQuery & CSS3 and then use it to create your very own Shiny Gallery ‘ShineTime’.This effect is useful in making your user interface elements look like…

122
Yays

jQuery virtual tour

Views 27524   downloads 3977   Image Effects

This is an extension to the simple panorama viewer that allows you to play a little bit more with jQuery by adding interactivity to transform some panoramic views into a virtual tour !   Introduction…

111
Yays

Animated InnerFade with JQuery

Views 16561   downloads 2230   Slideshow & Scroller

Présentation Ce plugin pour jQuery est une extension du travail de Torsten Baldes : InnerFade with JQuery. Nous avons ajouté :  un effet de mouvement sur les images à…

107
Yays

Pure CSS Vertical Navigation with Teaser

Views 24219   downloads 4070   Menu & Navigation

This technique is a simple way to display some teaser information for your vertical navigation. HTML We will start by creating a list item, but in this case, we will add an empty ‘span’ tag…

125
Yays

Animated Navigation with CSS & jQuery

Views 15526   downloads 3801   Menu & Navigation

Fancy but a very simple technique! The good thing about this technique is that it degrades gracefully and is still accessible even if js is turned off. Step 1. Wireframe – HTML This part is very…

109
Yays

Image gallery with fancy transitions effects(jQuery)

Views 26293   downloads 4205   Slideshow & Scroller

Now, there are ‘wave’, ‘zipper’ and ‘curtain’ effect, plus options that can be used for custom effect.At the beggining you will need to download jQuery and jqFancyTransitions and include them…

194
Yays

Coin Slider: Image Slider with Unique Effects(jQuery)

Views 32768   downloads 6046   Slideshow & Scroller

jqFancyTransitions slice your images in stripes, while Coin Slider slice them in squares. And that’s the main difference. With changing order of appearing those squares I achieve random, swirl,…

87
Yays

Color Fading Menu with jQuery

Views 8030   downloads 1604   Menu & Navigation

This example was used jQuery and the jQuery Colour plugin.What we need is a div containing two things; an anchor element and another div, which I will refer to as the subDiv. The subDiv will display the…

94
Yays

Beautiful Horizontal Menu And Vertical Menu(MooTools)

Views 12555   downloads 2551   Menu & Navigation

MenuMatic is a MooTools 1.2 class that takes a sematic ordered or unordered list of links and turns it into a dynamic drop down menu system. html     <link rel="stylesheet" href="css/MenuMatic.css"…

93
Yays

A Stylish Navigation Menu With jQuery

Views 12613   downloads 2050   Menu & Navigation

As you may know, the first 20 seconds of a new visitor’s interaction with a website determine whether they are going to stay or leave. This means you have to follow common design practices and put…

86
Yays

Sliding Panel Photo Wall Gallery with jQuery

Views 18130   downloads 2281   Slideshow & Scroller

we will create a stunning full page photo wall gallery. The idea is to have a whole page full of thumbs with a nice light effect when we hover. When an image is clicked, a panel slides up from the bottom…

93
Yays

Sliding Jquery Menu

Views 9146   downloads 1936   Menu & Navigation

how to create a sliding menu button using jquery.When the button is clicked it rolls out a box full of links, when the button is clicked again it rolls back in. This can be done using jquery。  …