Submit your widget
197
Yays

Apple-style Slideshow Gallery With jQuery

Views 17283   downloads 4098   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 27301   downloads 4814   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 17863   downloads 3869   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 32914   downloads 6090   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 31909   downloads 5361   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 38380   downloads 6685   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 7763   downloads 1606   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…

193
Yays

Simple AJAX Driven tabs with jQuery

Views 25168   downloads 4481   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…

192
Yays

Super simple Multi-level accordion jQuery plugin

Views 52908   downloads 11341   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…

191
Yays

Html5 canvas loading animation effect

Views 59386   downloads 5254   HTML5

Html5 canvas loading animation effect

189
Yays

Elegant Accordion with jQuery and CSS3

Views 35798   downloads 7119   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  …

189
Yays

jQuery and CSS3 Simple Tooltip

Views 54409   downloads 11643   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…

188
Yays

Slideshow Feature List

Views 36086   downloads 7829   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…

188
Yays

HTML5 jQuery Slideshow w/ Canvas

Views 36945   downloads 4952   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…

187
Yays

HTML5 Demo: Drag and drop

Views 74999   downloads 3422   HTML5

Drag the list items over the dustbin, and drop them to have the bin eat the item