Submit your widget
108
Yays

Slot Machine Tabs(jQuery)

Views 11146   downloads 2094   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 10593   downloads 3239   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 9965   downloads 1966   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 14905   downloads 2730   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 27486   downloads 3966   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 16548   downloads 2220   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 24192   downloads 4059   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 15504   downloads 3792   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 26261   downloads 4198   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 32747   downloads 6036   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 8007   downloads 1595   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 12529   downloads 2544   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 12584   downloads 2042   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 18102   downloads 2271   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 9128   downloads 1925   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。  …