Submit your widget
174
Yays

jQuery UI Accordion

Views 17058   downloads 4922   Accordion

  Make the selected elements Accordion widgets. Semantic requirements: The markup of your accordion container needs pairs of headers and content panels: <div id="accordion"> <h3><a…

315
Yays

jQuery UI datepicker

The jQuery UI Datepicker is a highly configurable plugin that adds datepicker functionality to your pages. You can customize the date format and language, restrict the selectable date ranges and add in…

103
Yays

awsesome images gallery using css3 and jquery

Views 7367   downloads 1825   Lightbox & Dialog & Overlay

we will be creating a very simple but great looking css3 image gallery using jquery and css3. The image gallery will be tited to the side and on hover will move. Whenever you click on the image a lightbox…

97
Yays

Simplest jQuery Spotlight Effect

Views 10161   downloads 1574   Image Effects

This is a Simplest jQuery Spotlight Effect 1. HTML We will use divs instead of ul list here. I have tested it with UL before, and it will work perfectly fine, you just have to style is with CSS. The caption…

111
Yays

Simple Interactive CSS Button with jQuery

Views 9921   downloads 2123   Form

we will be creating a button that will replace the default submit button. It will be degrade gracefully, animated and easy to implement. 1. HTML The following is a pretty stardard form structure. 2 text…

89
Yays

jQuery plugin text hidden and expand

Views 8214   downloads 1552   Text & Link Effects

The first in the series is called ‘truncatable‘. Simply put truncatable is a lightweight truncation plugin for jQuery. Designed for users who want to be able to hide and expand text on a page.…

126
Yays

Simple jQuery Color Picker

Views 8900   downloads 2313   Color Picker

Usage Minimal $('#test').colorPicker({ click: function(color){$('#output').html(c);} }); Options $('#test').colorPicker({ defaultColor: 0, // index of the default color (optional) columns: 13, // number…

162
Yays

jQuery Tabbed Side Menu

Views 14866   downloads 3174   Tabs

Tabbed Interface or Tabbed Structure Menu is getting really famous in web design & development.This example will show you how to build your own tabbed Interface using jQuery with slideDown/slideUp…

138
Yays

Useful and Practical jQuery Image ToolTips

Views 44189   downloads 13721   Image Effects

It displays a tooltip image when user hover on the thumbnail with fadein and out effect. it's a useful script for your website. 1. HTML I have been thinking of using UL list, but then I think it's not…

104
Yays

jQuery Moving Tab and Sliding Content

Views 10873   downloads 1981   Tabs

how to create a moving tab slide content in this tutorial. Basically, the tab section simulate Lava Lamp Effect, and the content is using animate method to slide it.   1. HTML In the container #moving_tab,…

97
Yays

Fast and Simple Toggle View Content with jQuery

Views 11110   downloads 3149   Accordion

This script is fairly straight forward. What it does is using the UL list and allow user to toggle to display the content of LI items. This is a really useful user interface feature that it helps designers…

212
Yays

Auto Scrolling ComboBox(jQuery &CSS3;)

Views 13604   downloads 2719   Form

we will show you some useful and neat UI elements that are focused on selecting content. We will be using jQuery and some CSS3 properties for the style to give the elements some edge. This is a select…

119
Yays

Image Highlighting and Preview with jQuery

Views 10231   downloads 1782   Lightbox & Dialog & Overlay

We will highlight images on a delayed hover and offer a preview mode which will enlarge and center the bigger version of the image on the screen. The Markup   For the HTML structure we simply need…

127
Yays

Really Simple Color Picker in jQuery

Views 7927   downloads 2195   Color Picker

Recently, I needed to use a color picker with predefined color palette for my work. Thanks to many enthusiastic developers, there are several popular, sophisticated color pickers already exist for jQuery.…

153
Yays

Jquery small color picker plugin

Views 10154   downloads 2191   Color Picker

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