Submit your widget
114
Yays

jQuery Flipping Content Tabs

Views 17381   downloads 3542   Tabs

Content Tabs have become more popular lately with more and more websites and blogs using them to show more content in lesser space. Today I am going to show you how to create content tabs with nice flipping…

114
Yays

Text Scroller effect

Views 13701   downloads 3160   Text & Link Effects

The further from the center of the scroll bar, the faster the text will scroll. The closer to the center, the slower it will scroll. When you move over the center it pauses. JAVASCRIPT function $(v) {…

114
Yays

jQuery different Photo comparing Effect

Views 12756   downloads 2012   Image Effects

This plugin author by flood disaster triggered inspiration.Well, it is saddening to see all the damages the flood did. In the other hand, and also notice the way it presents the before and after photos.…

114
Yays

Simple HTML5 Progress bar

Views 22424   downloads 6002   HTML5

There is a great amount of articles about Canvas on the internet, but I would like to show the example of how you can use Canvas on practice, namely the creation of animated progress bar.' The progress…

114
Yays

Horizontal & Vertical Common Accordion with jQuery

Views 33602   downloads 8127   Accordion

Here I come with a new jQuery Accordion component. I know lots of accordions are available on the net. But I could not find the one, I was looking for. Well... Whatz the difference then? What was I looking…

114
Yays

jQuery Awesome File Upload effect

Views 24121   downloads 5783   Form

File Upload widget with multiple file selection, drag&drop support, progress bars and preview images for jQuery. Supports cross-domain, chunked and resumable file uploads and client-side image resizing.…

113
Yays

Zoomooz jQuery

Views 12248   downloads 1566   Image Effects

Zoomooz is an easy-to-use jQuery plugin for making any web page element zoom.

113
Yays

jQuery Multimedia Portfolio (multi-format carousel for jQuery)

Views 13861   downloads 1743   Slideshow & Scroller

This plugin for jQuery will automatically detect the extension of each media and apply the adapted player. call <link rel="stylesheet" href="css/multimedia-portfolio.css" type="text/css" media="screen"…

113
Yays

Custom radio and checkbox inputs using CSS3

Views 10911   downloads 2035   Form

As you can see from the demo each radio and checkbox is replaced with a custom one. The difference here from my initial attempt, and to get around the fact you can’t apply generated content to form…

113
Yays

Cool navigation menu made with JQuery

Views 7790   downloads 1827   Menu & Navigation

HTML <div id='menu_holder'> <ul> <li id='first_li' class='selected'>Link1</li> <li id='second_li'>Link2</li> <li id='third_li'>Link3</li> <div class='clear'></div>…

113
Yays

Sliding door effect with JQuery

Views 12101   downloads 1894   Image Effects

HTML   <div class='box_container'> <img class='box_image' src='img.jpg' style='width:300px'/> Just some dummy text. </div> <div class='clear'></div>     The…

113
Yays

jQuery CSS3 Overlap that Menu

Views 13204   downloads 2066   Menu & Navigation

If you have ever wanted to do something a bit different with your main navigation, how about having your items overlap each other? Using position: absolute; on our links allows us to do this. The first…

113
Yays

Accordion Menu mit Slide-Effekt im Apple-Style CSS3

Views 18949   downloads 3848   Accordion

Step 1: Definieren der HTML-Struktur Das HTML-Grundgerüst dieses Accordion-Menüs behinhaltet drei fiktive Menüpunkte ( Brand, Promotion, Event ) verwendet, die interessierten CSS-Anwendern…

113
Yays

jQuery Dragval drag and choose value

Views 9001   downloads 1725   Layout & Interface

jQuery Dragval is jQuery plugin to create a dragging measure. Main parameters (default): loopTime: 60, // (ms) clickTime: 200, // (ms) step: 10000, min: 10000, max: 2000000, startValue: 0, In head: <link…

113
Yays

JQuery simple Digg Style Sign Up Form

Views 8100   downloads 2234   Form

Digg.com is one of the most popular social networking sites, allowing you to discover and share the content all over the web. In this tutorial we are going to simulate their signup form, with unique features…