Submit your widget
289
Yays

awesome jQuery Grid Accordion

Views 44647   downloads 6571   Menu & Navigation

A grid of cells expand both vertically (like a regular accordion) as well as horizontally to display the content they contain.

287
Yays

Very Cool images 3D Gallery

Views 39390   downloads 9547   Image Effects

This demo is truly  inspiring,It helps your photo gallery,hope you like it. CSS html { overflow: hidden; } body { position: absolute; margin: 0px; padding: 0px; background: #eee; width: 100%; height:…

285
Yays

Horizontal Accordion menu with jQuery

Views 28519   downloads 3912   Accordion

Up until now I have always used Scriptaculous / Prototype for any JavaScript animation and effects, but lately I’ve heard a lot of good things about jQuery. So, I thought I would give it a try,…

284
Yays

jQuery Countdown Image Slider Plugin

Views 37847   downloads 8034   Slideshow & Scroller

Note: Works best in Chrome, Safari, FF3.5+ (but is tested for IE7+, FF3.5+, Chrome and Safari) Most jQuery image sliders hover at around 8 kbs for minified versions, and around 15kbs or more for uncompressed…

274
Yays

Multi-purpose slideshow(text scroller,images scroller) jquery plugin

Views 39945   downloads 4679   Slideshow & Scroller

Help Step1:include css and js files.   <script type="text/javascript" src="js/jquery.js"></script> <link href="css/webwidget_slideshow_common.css" rel="stylesheet"…

272
Yays

jQuery and CSS3 Random Rotation Menu

Views 21635   downloads 4563   Menu & Navigation

we are going to create a great menu with some content area that slides out. We use the grunge style because we want it to look a bit messy: the menu items are going to have a random rotation using the…

272
Yays

Lava Lamp Style Menu Navigation with jQuery

Views 33455   downloads 7204   Menu & Navigation

Step 1 Create the Mark-up Before we can create this neat functionality, we need a base from which to work from. In your favorite code editor, create an unordered list for your navigation, and import both…

271
Yays

Super Cool jQuery and CSS3 Nifty Dynamic Shadow

Views 21835   downloads 3737   Layout & Interface

Step 1: Creating the transparent PNG’s First we need to prepare all PNG files we’re going to use. We’ll need following image elements: The on/off switch (needs two states) The light…

270
Yays

jQuery Flip Menu using backgroundPosition Plugin

Views 35605   downloads 5671   Menu & Navigation

Learn how to create a simple, but elegant menu by animating background with jquery backgroundPosition plugin. It's simple, but the effect is really good. Sometimes, simplicity is the most beautiful thing.…

262
Yays

Display social icons in a beautiful way using CSS3

Views 26386   downloads 6290   Menu & Navigation

When you hover a icon, a small tooltip is displayed with the name of the social media. All other icons have a low opacity. I wanted to take this concept and bring it to the next level using CSS3 transitions.…

260
Yays

Images Or Banner Rotator With jQuery

Views 29817   downloads 3205   Image Effects

How To Use It? Step 1 – XHTML The XHTML code of the banners is generated on the fly by PHP after a database query, and outputted to the page. Here is how the markup for a sample banner looks like:…

259
Yays

jQuery awesome images Gallery lightbox

Views 19267   downloads 4769   Lightbox & Dialog & Overlay

One of the main benefits of using a popular javascript library, such as jQuery, is the incredible number of available plug-ins that will kick-start any development project.   The XHTML   We…

256
Yays

jQuery big Drop Down Menu

Views 39819   downloads 8713   Menu & Navigation

The large drop down menu is a good option for sites with a lot of navigation items. When the user hovers over one of the list items, the item enlarges to the width of the submenu and the submenu appears.

254
Yays

Dot Slider - simple easy-to-use images slideshow jquery plugins

Views 69363   downloads 13154   Slideshow & Scroller

Step1:include css and js files. <script type="text/javascript" src="js/jquery.js"></script> <link href="css/webwidget_slideshow_dot.css" rel="stylesheet"…

251
Yays

Smart3D images jQuery plugin

Views 16027   downloads 3078   Image Effects

Simple code brilliant results     $(function() { $('#mindscape').smart3d(850); });   <ul id="mindscape"> <li><img src=".../mindscape1.png" /></li> <li><img…