Submit your widget
131
Yays

Beautiful CSS3 Styled jQuery Dropdown

Views 19146   downloads 2792   Menu & Navigation

Very stripped down code and minimal styling, yet still have all the functionality typically needed.Here are the features: Cross-browser compatible (even IE 6) Multi-level and retains “trail”…

131
Yays

Better Captions for jQuery’s FancyBox Plugin lightbox

Views 17496   downloads 4644   Lightbox & Dialog & Overlay

After a few changes to the stylesheet and some light enhancements to the code, I managed to get the effect I was looking for.  The caption actually fades in and out on mouse-over, so it’s not…

131
Yays

Feature Complete jQuery Slide Out Info Bar

Views 22250   downloads 4071   Menu & Navigation

The bar used jQuery to hide itself until someone click a small question mark on the top left of the page. The box contains several drop down boxes which house info such as FAQs, Contact form, about us…

131
Yays

Fancy Zoom with jquery or Mootools

Views 17955   downloads 4755   Lightbox & Dialog & Overlay

FIrst off, you can visit the demo to see the effect in action. the fancyZoom effect is added in a much more jQuery-like way. $(document).ready(function() { $('a.zoom').fancyZoom(); }); This will add the…

131
Yays

Star Rating Form Widget 2

Views 10279   downloads 2250   Rating & Star Rating

The Starry Widget is a simple class that will enable you integrate star-rating fields into your forms with little or no Javascript knowledge. If you want to make your own custom stars, I've included stars.psd…

131
Yays

a Brilliant Mask Transition Slideshow With jQuery

Views 20996   downloads 4256   Slideshow & Scroller

Setting up workspace for the plugin. Before we can move forward, there are few things we need to look at. We will keep our presentation separated from logic, so we will create a css file jMask.css for…

131
Yays

jQuery Simple slideshow

Views 18991   downloads 3031   Slideshow & Scroller

Show only the first image and hide the others; Place a “current” class on the list-item; Only exucute the function once when it has a current status. That’s it? Yep… it’s…

131
Yays

Simple Pure CSS3 accordion

Views 15191   downloads 2841   Accordion

An accordion using nothing but semantic HTML, CSS and some nice progressive CSS3. There are also two versions, a horizontal one and a vertical one. Horizontal accordion Let’s start with the markup…

131
Yays

Nice jQuery filter images effect

Views 25188   downloads 3570   Image Effects

Features: shows specified collection on startup three types of animation callback functions Changelog: 25.1.2011 - shows specified collection on startup, plugin parameter names have been changed $('.selecter').mobilyselect({…

131
Yays

Stylish Tabs Content Slider with CSS3 and jQuery

Views 24082   downloads 5318   Tabs

  it in Safari 5.0.2, Chrome 6.0.472.62 and Firefox 3.6.3 it displayed ok in all 3 browsers (Mac OS X 10.6.4) all the effects rendered fine.in Opera  the tabs don't render, but the layout is…

130
Yays

jQuery Smooth Animated Menu

Views 22569   downloads 4689   Menu & Navigation

Ever seen some excellent jQuery navigation that left you wanting to make one of your own? We’ll aim to do just that by building a menu and animate it with some smooth effects. Step 1 – Set…

130
Yays

jQuery Color Picker

Views 10756   downloads 2635   Color Picker

Gone are the days of having to manually enter in hex codes to specify colors: with jQuery UI’s color picker, you can make your web application pick colors as smoothly as you would in desktop applications…

130
Yays

Advanced jQuery background images slideshow

Views 20574   downloads 4040   Slideshow & Scroller

With the use of transparent PNG's, some HTML, pretty nifty CSS and jQuery, we can make this technique work. Read the rest of this article to learn how to create a beautiful advanced jQuery background…

130
Yays

Date Picker - jQuery plugin

Date Picker component with a lot of options and easy to fit in your web application. Features Flat mode - as element in page Multiple calendars in the component Allows single, multiple or range selection…

130
Yays

astonishing iCal-like calendars with jQuery

I wanted it to be similar to the iPhone Calendar application (or, if you want, to the little calendar on the left bottom corner in iCal). And I also wanted to keep the code as little and sweet as possible…