Submit your widget
288
Yays

awesome jQuery Grid Accordion

Views 44109   downloads 6442   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 28171   downloads 3801   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 38989   downloads 9389   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 37455   downloads 7897   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 39435   downloads 4524   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 21472   downloads 3601   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 21201   downloads 4416   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 32977   downloads 7073   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 35029   downloads 5505   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 26111   downloads 6167   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 29278   downloads 3028   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 18914   downloads 4648   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 39390   downloads 8594   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 15692   downloads 2964   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 68405   downloads 12950   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"…