Submit your widget
171
Yays

jQuery UI Accordion

Views 16889   downloads 4857   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…

314
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 7228   downloads 1763   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…

96
Yays

Simplest jQuery Spotlight Effect

Views 10022   downloads 1515   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…

110
Yays

Simple Interactive CSS Button with jQuery

Views 9787   downloads 2061   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…

88
Yays

jQuery plugin text hidden and expand

Views 8091   downloads 1484   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.…

125
Yays

Simple jQuery Color Picker

Views 8781   downloads 2238   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…

161
Yays

jQuery Tabbed Side Menu

Views 14689   downloads 3102   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…

137
Yays

Useful and Practical jQuery Image ToolTips

Views 43758   downloads 13614   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…

103
Yays

jQuery Moving Tab and Sliding Content

Views 10715   downloads 1916   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,…

95
Yays

Fast and Simple Toggle View Content with jQuery

Views 10957   downloads 3081   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…

210
Yays

Auto Scrolling ComboBox(jQuery &CSS3;)

Views 13481   downloads 2642   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…

113
Yays

Image Highlighting and Preview with jQuery

Views 10070   downloads 1710   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…

126
Yays

Really Simple Color Picker in jQuery

Views 7809   downloads 2128   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.…

152
Yays

Jquery small color picker plugin

Views 10014   downloads 2110   Color Picker

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