Submit your widget
107
Yays

Slider from a Select Element With jQuery UI

We've updated our popular jQuery UI selectToUISlider plugin with ARIA support, making the jQuery UI slider widget more accessible to users on assistive devices. The plugin uses progressive enhancement…

107
Yays

jquery slick Horizontal page tabs animation

Views 14398   downloads 2274   Tabs

Horizontal page animation with easing using jquery. A very simple and basic tutorial on how to animate content horizontaly using just a few lines of javascript. Start by loading the jquery library by…

107
Yays

Nice Dropdown Menu With jQuery

Views 12617   downloads 2653   Menu & Navigation

  Web designers and developers find themselves creating dropdown menus over and over. I’ve drilled dropdown menu production to a science. Seriously. Here’s the benefits of Brian Cray’s…

107
Yays

Slidorion-auto play accordion image slider effect

Views 32755   downloads 6916   Accordion

A combination of an image slider and an accordion, the slidorion displays beautiful images along with a variable length description. With images linked to each tab, and accompanied by a large array of…

106
Yays

Slide Thumbs

Views 13907   downloads 2789   Slideshow & Scroller

Step 1: Create the Mark-up First we add container elements for output. The outer-most container is used to decorate the output with a background image and padding. The next container is the element that…

106
Yays

Micro Image Gallery Slideshow

Views 12131   downloads 1896   Slideshow & Scroller

Here’s an improved version of the Micro Image Gallery Plugin.Added some features as suggested in the comments, specifically the auto play function, the possibility to add descriptions for each image,…

106
Yays

Nice Menu : CSS Animation & jQuery Animate

Views 13750   downloads 1988   Menu & Navigation

Expressjs has a nice button menu. Yes it absolutely nice since it has opacity and box shadow on each button, automatically widen when mouseover and again opacity to transparent when mousedown. I’d…

106
Yays

jQuery Plugin : jConfirmAction

Views 9837   downloads 1621   Layout & Interface

jConfirmAction is a jQuery plugin that aims to replace a plain confirmation box with a cute one. This plugin will help you to create a flying bubble confirmation box upside your link. Basically this plugin…

106
Yays

Awesome Cufonized Fly-out Menu with jQuery and CSS3

Views 14475   downloads 2724   Menu & Navigation

we will create a full page cufonized menu that has two nice features: when hovering over the menu items we will move a hover-state item that adapts to the width of the current item, and we will slide…

106
Yays

Tablesorter jQuery

Views 12448   downloads 2649   Table

tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data…

106
Yays

jquery tabset

Views 16564   downloads 3300   Tabs

keep your tabs ordered! A useful component that let you build a tabbed interface really easily; ad you can even sort your tabs as you want! in the header: <script type="text/javascript" src="inc/jquery/1.3.2.min.js"></script>…

106
Yays

mootools noobSlide

Views 12332   downloads 1952   Slideshow & Scroller

noobSlide es una ligera "clase" escrita con la librería mootools con la que se puede construir "slides" desde simples hasta complejos, claro que para sacarle el máximo provecho necesitas…

106
Yays

Pure CSS3 simple 3D text effect

Views 19030   downloads 3939   Text & Link Effects

The basic idea is pretty simple. You can get a nice 3D effect combining multiple levels of text-shadow. The code required to get this result is something like: text-shadow: rgb(187, 187, 187) 0px 1px…

106
Yays

Fixed Headers Scrolling Tables With jQuery

Views 40330   downloads 7246   Table

the scrolling tables with fixed headers. and will take the exercise a step further by creating a jQuery plugin to keep the code contained in one location and allow users to call the "chromatable()"…

106
Yays

Rich Media Dropdown Menu with jQuery

Views 40054   downloads 9217   Menu & Navigation

Today’s tutorial combines two good friends, jQuery and dropdown menus! “That boring old combination”, I hear you cry. But wait, this is a dropdown menu with a difference! It takes away…