Submit your widget
95
Yays

jQuery Collapse - A lightweight jQuery plugin that enables expanding and collapsing content

Views 24503   downloads 7909   Menu & Navigation

  jQuery Collapse A lightweight and flexible jQuery plugin that allows you to collapse content. A feature also known as 'progressive disclosure'. NOTICE: As of August 2012 this plugin has…

95
Yays

FullCalendar is a jQuery plugin that provides a full-sized, drag & drop calendar

FullCalendar is a jQuery plugin that provides a full-sized, drag & drop calendar like the one below. It uses AJAX to fetch events on-the-fly for each month and is easily configured…

94
Yays

Rollovers and tooltips with jQuery

Views 7065   downloads 2207   Tooltips

The usual stuff, mouse over an icon changes image and shows a tooltip The markup This is pretty straight, just an unordered list with three items and each item has a link.   <ul id="iconbar"><li><a…

94
Yays

Sliding Jquery Menu

Views 9190   downloads 1958   Menu & Navigation

how to create a sliding menu button using jquery.When the button is clicked it rolls out a box full of links, when the button is clicked again it rolls back in. This can be done using jquery。  …

94
Yays

jQuery Captify Simple Animated Image Captions

Views 16620   downloads 3220   Image Effects

Using the ALT-attribute method: <img src="theimage.jpg" class="captify" alt="Caption Text" />   DIV-linked-by-REL-attribute Method: <img src="theimage.jpg" class="captify" rel="caption1"…

94
Yays

jQuery sliding menu revisited

Views 7417   downloads 2278   Menu & Navigation

The markup the script and the css style <ul id="iconbar"> <li><a href="#"> <img src="key.gif" alt="" /> <span>Change your password</span> </a></li> <li><a…

94
Yays

Fade-in Spoiler Revealer jQuery

Views 7637   downloads 1583   Text & Link Effects

jQuery has some really simple built in features for “fading in” and “fading out” different page elements. I thought we could exploit some of those functions for a really simple…

94
Yays

Recreating the MLB.com Content Switcher with jQuery and CSS3

Views 11474   downloads 2272   Slideshow & Scroller

This project was to try to recreate the switcher without any extraneous images or other non-essential elements that tend to make stuff less maintainable. This version uses CSS3′s border-radius,…

94
Yays

Twitter-like dynamic character count for textareas jQuery

Views 7289   downloads 1884   Form

The best way to explain what this plugin does is to mention Twitter. Twitter posts are limited to 140 characters. While typing the Twitter post there is this always present information about how many…

94
Yays

Dropdown Blogroll With CSS Only

Views 9852   downloads 1772   Menu & Navigation

Dropdown menus are a great way of including a long list of links without cluttering up your page. The issue though is that they can be hard to style, but look quite ugly if you don’t. There isn’t…

94
Yays

jQuery Slider Gallery

Views 18107   downloads 3083   Slideshow & Scroller

This example is about creating a creative gallery with a slider for the thumbnails. The idea is to have an expanding thumbnails area which opens once an album is chosen. The thumbnails will scroll to…

94
Yays

advanced Mobily Slider with jQuery

Views 36772   downloads 9151   Slideshow & Scroller

MobilySlider is advanced slideshow plugin for jQuery (5KB). can add inline HTML content (awesome!) looping auto generated pagination auto generated arrows autoplay fade, horizontal, vertical slide transition…

94
Yays

impress lightbox effect

Views 25600   downloads 3852   Lightbox & Dialog & Overlay

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com. Currently impress.js works fine in latest Chrome/Chromium…

93
Yays

A Stylish Navigation Menu With jQuery

Views 12666   downloads 2071   Menu & Navigation

As you may know, the first 20 seconds of a new visitor’s interaction with a website determine whether they are going to stay or leave. This means you have to follow common design practices and put…

93
Yays

Pure CSS3 Chunky Menu

Views 11849   downloads 2235   Menu & Navigation

css   #top_navigation { background : transparent; width: 800px; height : 77px; list-style : none; margin-top : 7px; margin-bottom : 11px; width : 100%; } ul.nav { background : transparent; width:…