Submit your widget
154
Yays

Animated slideshow banner with jQuery(Start/Stop Slider)

Views 27314   downloads 4601   Slideshow & Scroller

It’s not a plugin, so it’s not as easy as it possibly could be, but it’s much easier. There is a section at the end for customizing. The slider does feature a stop/start button and the…

154
Yays

jQuery quickie: Slot machine navigation

Views 14261   downloads 2717   Menu & Navigation

Navigation is one of the things you'll see on every website. I wanted to give this part a little bit extra life, and when I saw a movie yesterday that included slot machines, it suddenly hit me. Using…

154
Yays

JQuery Smooth Div Scroll

Views 49025   downloads 6182   Slideshow & Scroller

Smooth Div Scroll is a jQuery plugin that scrolls content horizontally left or right. Apart from many of the other scrolling plugins that have been written for jQuery, Smooth Div Scroll does not limit…

154
Yays

Rare Accessible charts using jQuery and HTML5

Views 21962   downloads 4560   Graph & Chart

Accessible data visualization in HTML has always been tricky to achieve: people commonly use image elements for static charts, which provide only the most basic textual information to non-visual users;…

153
Yays

jQuery Sliding Menu

Views 30638   downloads 3836   Menu & Navigation

Usage: In the head section add the following code: <link rel="stylesheet" href="stylesheets/jquery.sliding-menu.css" type="text/css" media="screen" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>…

153
Yays

jQuery Speedometer

A widget for displaying a percentage through an animated needle on a speedometer image. Tested and works in Internet Explorer 7. Also tested on Firefox 3.6.3. Usage: $([selector]).speedometer([options…

152
Yays

jQuery beautiful slideshow book transition pages

Views 58855   downloads 14414   Slideshow & Scroller

turn.js is a plugin for jQuery that adds a beautiful transition similar to real pages in a book or magazine for HTML5. + Uses Hardware acceleration + Works on tablets and smartphones + Easy to manipulate…

151
Yays

jQuery-Horizontal Accordion

Views 22745   downloads 4884   Accordion

This jQuery plugin allows you to easily transform any unordered list into a horizontal menu. Currrent functionality: No dependencies Optional use of easing plugin Close and open content one after the…

151
Yays

Chrome, Safari Fancy menu with CSS3 and jQuery

Views 21545   downloads 4562   Menu & Navigation

Fancy menu was made popular by devthought, it is develop on top of the Mootools library. And later a jQuery version of this menu called lavalamp was made popular by Ganesh. This time I will show you how…

150
Yays

Jquery small color picker plugin

Views 9591   downloads 1993   Color Picker

Color Picker Jquery Plugin [removed][removed] [removed][removed] [removed]// <![CDATA[// <![CDATA[ $(document).ready(function(){ $('.color_picker').smallColorPicker(); }); // ]]>[removed] Usage:…

150
Yays

simple useful tool tip jquery plugin

Views 16114   downloads 4037   Tooltips

The article source:http://labs.unitinteractive.com/unitip.php This tooltips supports all browsers, is easy to deploy, and is surprisingly light-weight. Best of all: it offers you the opportunity to customize…

149
Yays

CSS3 Super slick jQuery menu

Views 21906   downloads 3193   Menu & Navigation

The plugin called jSlickmenu, creates, well, slick menus with jQuery. Combined with some great CSS3 features likes rotation and shadows, this plugin can really lift up your design. It's fairly easy to…

149
Yays

jquery elastic thumbnail menu

Views 14817   downloads 2675   Menu & Navigation

The HTML Quick and easy, the general framework we’ll be using goes as follows: <div id="menuwrapper"> <div id="menu"> <a href="#" class="menuitem"><img src="image.jpg"></a><!--Template…

149
Yays

Color Picker - jQuery plugin

Views 9924   downloads 2322   Color Picker

  A simple component to select color in the same way you select color in Adobe Photoshop   Implement   Attach the Javascript and CSS files to your document. Edit CSS file and fix the paths…