Submit your widget
251
Yays

jQuery StyleTable Plugin

Views 18846   downloads 3691   Table

The StyleTable is free/open source jQuery plugin that can be used to style the tables. How To Use Using StyleTable plugin is as easy as this line of code: $('table').styleTable(); That will style all…

249
Yays

Simple unlimited levels vertical drop down navigation menu jquery plugin

Views 55494   downloads 8224   Menu & Navigation

Installation Step1:include css and js files.   <script type="text/javascript" src="js/jquery.js"></script> <link href="css/webwidget_vertical_menu.css" rel="stylesheet" type="text/css">…

247
Yays

Flexigrid - Grid Table with jQuery

Views 39261   downloads 6883   Table

  Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml based data source using Ajax to load the content. Similar in…

247
Yays

jQuery FormLabels Plugin

Views 15226   downloads 2592   Form

The idea of using captions on form input boxes is not new, but all previous methods of providing this functionality have a few disadvantages. The jQuery FormLabels Plugin is a result of working with hundreds…

246
Yays

jQuery Custom PopUp Window

Views 116471   downloads 17368   Lightbox & Dialog & Overlay

Here will try to create a modal window using css and jquery. Two years ago light box came into our life and it changes the traditional look of modal windows. We all have used modal window plugins once…

243
Yays

Date / Time Picker

A date picker control. To open the calendar, click the icon at the right side of the input box. While open, you can use keyboard controls to navigate the datepicker: Right arrow: next day Left arrow:…

243
Yays

Nice Multiple jQuery Mega Drop Down Menu

Views 48240   downloads 12997   Menu & Navigation

The article source:http://www.designchemical.com/lab/jquery-mega-drop-down-menu-plugin/getting-started/ The Mega Drop Down Menu plugin takes standard nested lists and turns them into horizontal mega menus.…

242
Yays

jQuery Desktop

Views 23194   downloads 4687   Layout & Interface

CSS   The rest of the eye-candy is handled via CSS, which involved extensive use of z-index to get things positioned just so. It probably goes without saying, but this demo obviously will bomb in…

239
Yays

awesome jQuery and CSS3 Contextual Slideout Tips

Views 32880   downloads 4242   Tooltips

The main idea is to create an easily configurable set of contextual slideouts. Each can be opened in one of four directions – bottom-right (default), bottom-left, top-left and top-right, and each…

238
Yays

jQuery awesome Hover Image Slide Effect

Views 35343   downloads 4664   Image Effects

we will create a neat effect with some images using jQuery. The main idea is to have an image area with several images that slide out when we hover over them, revealing other images. The sliding effect…

237
Yays

Dynamic glide navigation with jQuery plugin

Views 46122   downloads 8150   Menu & Navigation

Dynamic menu with scrolling color glide followed, appropriate for personal entertainment blog and website which requires newfashioned style and personalization. Help Step1:include js and css files.  …

236
Yays

Simple Accordion CSS3 and jQuery

Views 29446   downloads 8094   Accordion

Foundation – HTML Our markup is pretty simple, an <h2> and <div class="acc_container"> following right after. The <h2> is the heading of our accordion item. We will be using this…

234
Yays

jQuery Colorful Content Accordion menu

Views 25387   downloads 5081   Menu & Navigation

We are making a simple, yet eye-catching accordion with the help of CSS, jQuery and the easing plug-in for some fancy effects.   Step 1 – XHTML   As you can see from the demo, the accordion…

233
Yays

jQuery Text with Moving Backgrounds

Views 15523   downloads 3382   Text & Link Effects

What are we going to do? We are going to create a container which has a moving background, but only a set of letters will be visible of the background. It will be as if there are holes in your container.…