Submit your widget
106
Yays

Slot Machine Tabs(jQuery)

Views 10932   downloads 2008   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.

94
Yays

Standard zoom(jquery)

Views 10338   downloads 3131   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>…

83
Yays

jQuery feed menus

Views 9656   downloads 1838   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…

98
Yays

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

Views 14539   downloads 2616   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…

117
Yays

jQuery virtual tour

Views 26993   downloads 3824   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…

109
Yays

Animated InnerFade with JQuery

Views 16342   downloads 2121   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 à…

105
Yays

Pure CSS Vertical Navigation with Teaser

Views 23834   downloads 3954   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…

122
Yays

Animated Navigation with CSS & jQuery

Views 15235   downloads 3685   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…

107
Yays

Image gallery with fancy transitions effects(jQuery)

Views 25966   downloads 4108   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…

192
Yays

Coin Slider: Image Slider with Unique Effects(jQuery)

Views 32414   downloads 5923   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,…

82
Yays

Color Fading Menu with jQuery

Views 7798   downloads 1484   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…

92
Yays

Beautiful Horizontal Menu And Vertical Menu(MooTools)

Views 12214   downloads 2442   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"…

91
Yays

A Stylish Navigation Menu With jQuery

Views 12359   downloads 1955   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…

84
Yays

Sliding Panel Photo Wall Gallery with jQuery

Views 17626   downloads 2175   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…

91
Yays

Sliding Jquery Menu

Views 8868   downloads 1811   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。  …