Submit your widget
170
Yays

jQuery UI Accordion

Views 16662   downloads 4679   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…

305
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…

101
Yays

awsesome images gallery using css3 and jquery

Views 6993   downloads 1685   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…

94
Yays

Simplest jQuery Spotlight Effect

Views 9770   downloads 1438   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…

109
Yays

Simple Interactive CSS Button with jQuery

Views 9562   downloads 1965   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…

86
Yays

jQuery plugin text hidden and expand

Views 7898   downloads 1402   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.…

123
Yays

Simple jQuery Color Picker

Views 8581   downloads 2141   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…

159
Yays

jQuery Tabbed Side Menu

Views 14409   downloads 2994   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…

136
Yays

Useful and Practical jQuery Image ToolTips

Views 42892   downloads 13427   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…

100
Yays

jQuery Moving Tab and Sliding Content

Views 10462   downloads 1815   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,…

89
Yays

Fast and Simple Toggle View Content with jQuery

Views 10751   downloads 2977   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…

209
Yays

Auto Scrolling ComboBox(jQuery &CSS3;)

Views 13268   downloads 2535   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…

108
Yays

Image Highlighting and Preview with jQuery

Views 9816   downloads 1601   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…

124
Yays

Really Simple Color Picker in jQuery

Views 7607   downloads 2036   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.…

150
Yays

Jquery small color picker plugin

Views 9602   downloads 1998   Color Picker

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