Submit your widget
197
Yays

Apple-style Slideshow Gallery With jQuery

Views 17228   downloads 4076   Slideshow & Scroller

We are making an Apple-like slideshow gallery, similar to the one they use on their website to showcase their products. It will be entirely front-end based, no PHP or databases required. So go ahead and…

197
Yays

Nice Stack Menu With jQuery

Views 27237   downloads 4790   Menu & Navigation

This is a Stack Menu with jQuery UI widget. Now you can take any element and turn its children into the items of a stack menu. You can control when it opens and closes, the direction it opens, the size…

196
Yays

css3 JQuery Animated Tabs

Views 17807   downloads 3844   Tabs

Tabs is used for utilizing space and keep some stylish effects on website. jQuery tabs are very popular and it created some fancy look on web pages. I created a simple in use but a fancy looking jquery…

195
Yays

Coin Slider: Image Slider with Unique Effects(jQuery)

Views 32853   downloads 6072   Slideshow & Scroller

jqFancyTransitions slice your images in stripes, while Coin Slider slice them in squares. And that’s the main difference. With changing order of appearing those squares I achieve random, swirl,…

195
Yays

jQuery CSS3 a Mega Drop-Down Menu

Views 31859   downloads 5329   Menu & Navigation

Mega drop-down menus are not actually new, but more and more we see them on popular websites and blogs. With the ever increasing quantity of content on the web we have to figure out solutions to display…

195
Yays

Jquery tab menu Wizard Plugin

Views 38331   downloads 6659   Menu & Navigation

After looking for a jquery plugin that will emulate a windows wizard I decided to make my own (with the help of cody lindley’s css step menu). The code: First we need a simple javascript function…

193
Yays

Lightweight Tooltips With jQuery

Views 7714   downloads 1580   Tooltips

Query Tiper is an extremely lightweight jQuery tooltip which allows you to assign a tooltip to any element. Usage Using it is very simple, for example if you would like to give a link a tooltip you would…

192
Yays

Super simple Multi-level accordion jQuery plugin

Views 52814   downloads 11312   Accordion

This Jquery plugin makes creating accordions pain free. Just create an ul list and call the accordion javascript method and it is all done! Also it is super lightweight, just around 0.5kb. This Accordion…

192
Yays

Simple AJAX Driven tabs with jQuery

Views 25109   downloads 4454   Tabs

This example will show you how to create an AJAX Driven Website that overcame the browser Back button and bookmark problem in AJAX. I have made two versions, simplified version for further modification…

191
Yays

Html5 canvas loading animation effect

Views 59287   downloads 5232   HTML5

Html5 canvas loading animation effect

188
Yays

Elegant Accordion with jQuery and CSS3

Views 35700   downloads 7094   Accordion

We will create an elegant accordion for content. The idea is to have some vertical accordion tabs that slide out when hovering. We will add some CSS3 properties to enhance the looks. The Markup  …

188
Yays

HTML5 jQuery Slideshow w/ Canvas

Views 36834   downloads 4918   Slideshow & Scroller

You’ve probably heard a lot about the new HTML5 canvas element. As the name implies, this is a special element that allows us to create and modify graphics. In addition, we can also use it like…

188
Yays

jQuery and CSS3 Simple Tooltip

Views 54302   downloads 11608   Tooltips

There are a lot of tooltip plugins out there, but not many of them explain what exactly goes on in the logic of a tooltip. I would like to share how I’ve created mine today, and am also open to…

187
Yays

Slideshow Feature List

Views 36008   downloads 7796   Slideshow & Scroller

Using Feature List requires a simple function call: $.featureList( $("#tabs li a"), $("#output li"), { start_item : 1 } ); // Alternative $('#tabs li a').featureList({ output : '#output li', start_item…

187
Yays

SliderNav:jQuery and CSS iPhone Style Contact Lists

Views 31120   downloads 4851   Menu & Navigation

SliderNav is a JQuery plugin that lets you add dynamic, sliding content using a vertical navigation bar (index). It is made mainly for alphabetical listings but can be used with anything, though longer…