Submit your widget
248
Yays

jQuery StyleTable Plugin

Views 18522   downloads 3565   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…

244
Yays

Flexigrid - Grid Table with jQuery

Views 38706   downloads 6723   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…

244
Yays

jQuery FormLabels Plugin

Views 13882   downloads 2441   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…

243
Yays

Simple unlimited levels vertical drop down navigation menu jquery plugin

Views 54667   downloads 8040   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">…

243
Yays

jQuery Custom PopUp Window

Views 115893   downloads 17210   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…

241
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:…

239
Yays

jQuery Desktop

Views 22879   downloads 4542   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…

235
Yays

jQuery awesome Hover Image Slide Effect

Views 35017   downloads 4535   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…

234
Yays

Nice Multiple jQuery Mega Drop Down Menu

Views 47760   downloads 12838   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.…

233
Yays

Simple Accordion CSS3 and jQuery

Views 29108   downloads 7984   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…

230
Yays

Super Cool jquery floating menu

Views 31032   downloads 5136   Menu & Navigation

A simple menu that “follows” page scrolling and expands on mouse over with css and jquery.

229
Yays

Neon Text Effect With jQuery & CSS

Views 27205   downloads 3816   HTML5

In this combined design and coding tutorial, we are creating a neon glow text effect with CSS and jQuery, perfect for spicing up your web pages while keeping an eye on SEO. Read more。。

228
Yays

awesome jQuery and CSS3 Contextual Slideout Tips

Views 32268   downloads 4096   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…

227
Yays

jQuery Colorful Content Accordion menu

Views 25010   downloads 4964   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…