Submit your widget
289
Yays

awesome jQuery Grid Accordion

Views 44662   downloads 6575   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 39406   downloads 9556   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 28536   downloads 3918   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 37869   downloads 8046   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 39964   downloads 4687   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 21652   downloads 4569   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 33478   downloads 7210   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 21846   downloads 3742   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 35629   downloads 5675   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 26400   downloads 6294   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 29836   downloads 3214   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 19281   downloads 4778   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 39833   downloads 8722   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 69405   downloads 13166   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 16040   downloads 3082   Image Effects

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