Submit your widget
288
Yays

awesome jQuery Grid Accordion

Views 44308   downloads 6478   Menu & Navigation

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

285
Yays

Very Cool images 3D Gallery

Views 39142   downloads 9427   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:…

283
Yays

Horizontal Accordion menu with jQuery

Views 28312   downloads 3833   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,…

281
Yays

jQuery Countdown Image Slider Plugin

Views 37591   downloads 7941   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 39629   downloads 4577   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"…

271
Yays

jQuery and CSS3 Random Rotation Menu

Views 21329   downloads 4454   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…

270
Yays

Lava Lamp Style Menu Navigation with jQuery

Views 33114   downloads 7106   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…

269
Yays

Super Cool jQuery and CSS3 Nifty Dynamic Shadow

Views 21589   downloads 3628   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…

260
Yays

jQuery Flip Menu using backgroundPosition Plugin

Views 35216   downloads 5561   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.…

259
Yays

Images Or Banner Rotator With jQuery

Views 29473   downloads 3078   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

Display social icons in a beautiful way using CSS3

Views 26210   downloads 6194   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.…

256
Yays

jQuery awesome images Gallery lightbox

Views 19048   downloads 4683   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…

255
Yays

jQuery big Drop Down Menu

Views 39527   downloads 8628   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.

250
Yays

jQuery StyleTable Plugin

Views 18633   downloads 3590   Table

The StyleTable is free/open source jQuery plugin that can be used to style the tables. How To Use Using StyleTable plugin is as easy as this line of code: $('table').styleTable(); That will style all…

249
Yays

Smart3D images jQuery plugin

Views 15803   downloads 2996   Image Effects

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