Submit your widget
288
Yays

awesome jQuery Grid Accordion

Views 44092   downloads 6441   Menu & Navigation

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

283
Yays

Horizontal Accordion menu with jQuery

Views 28164   downloads 3797   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,…

283
Yays

Very Cool images 3D Gallery

Views 38975   downloads 9386   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:…

281
Yays

jQuery Countdown Image Slider Plugin

Views 37448   downloads 7894   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…

272
Yays

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

Views 39419   downloads 4521   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"…

269
Yays

Super Cool jQuery and CSS3 Nifty Dynamic Shadow

Views 21464   downloads 3600   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…

269
Yays

jQuery and CSS3 Random Rotation Menu

Views 21189   downloads 4414   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…

269
Yays

Lava Lamp Style Menu Navigation with jQuery

Views 32961   downloads 7072   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…

259
Yays

jQuery Flip Menu using backgroundPosition Plugin

Views 35016   downloads 5503   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.…

258
Yays

Display social icons in a beautiful way using CSS3

Views 26103   downloads 6163   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.…

255
Yays

Images Or Banner Rotator With jQuery

Views 29262   downloads 3023   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:…

255
Yays

jQuery awesome images Gallery lightbox

Views 18903   downloads 4644   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…

254
Yays

jQuery big Drop Down Menu

Views 39379   downloads 8591   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.

249
Yays

Smart3D images jQuery plugin

Views 15682   downloads 2961   Image Effects

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

248
Yays

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

Views 68380   downloads 12943   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"…