Submit your widget
92
Yays

jQuery Doubleselect Plugin

2 years ago   Views 4601   downloads 739   Form

Fill in a second select box dependent on the first one. Code $(document).ready(function() { "Vegetables": { "key" : 10, "defaultvalue" : 111, "values" : { "tomato": 110, "potato": 111, "asparagus": 112…

97
Yays

A Clean and Stylish CSS3 Contact Form

2 years ago   Views 10628   downloads 2723   Form

Building stylish contact forms typically requires the use of images (and maybe some JavaScript) to create something that looks professional. However, with CSS3 it’s now much easier to create some…

89
Yays

jQuery Checkbox & Radiobutton Plugin

2 years ago   Views 4212   downloads 694   Form

ezMark is a jQuery Plugin that allows you to stylize Radio button and Checkbox easily. Its very small (minified version is ~1.5kb) compared to other similar scripts. It has been tested and works on all…

99
Yays

Custom radio and checkbox inputs using CSS3

2 years ago   Views 8970   downloads 949   Form

As you can see from the demo each radio and checkbox is replaced with a custom one. The difference here from my initial attempt, and to get around the fact you can’t apply generated content to form…

78
Yays

jQuery Doubleselect Plugin - Fill in a second select box dependent on the first one.

2 years ago   Views 3725   downloads 551   Form

Fill in a second select box dependent on the first one.   Usage Code   $(document).ready(function() { "Vegetables": { "key" : 10, "defaultvalue" : 111, "values" : { "tomato": 110, "potato":…

89
Yays

Styling Drop Down Boxes with jQuery

2 years ago   Views 10105   downloads 1065   Form

One problem with HTML forms is it is hard to style the elements to fit into your design.  The tutorial will show you how to style the hardest of them all, the select box.   The Plan Unfortunately…

100
Yays

Jquery Mega Select List

2 years ago   Views 8528   downloads 950   Form

This is  the jQuery Mega Select List project, Usage The jQuery Mega Select List is for when you have a drop down list with a crazy number of items that can be logically grouped, for example if you…

78
Yays

jQuery HTML Form Validation Solution

2 years ago   Views 4773   downloads 885   Form

First we’ll start with the HTML and CSS. The script will add a class called “needsfilled” to any fields that don’t pass the validation, so you’ll want to specify how you’d…

235
Yays

jQuery FormLabels Plugin

2 years ago   Views 10026   downloads 1623   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…

93
Yays

Submit A Form Without Page Refresh using jQuery

2 years ago   Views 11350   downloads 1247   Form

we have a simple contact form with name, email, and phone number. The form submits all the fields to a php script without page refresh, using native jQuery functions (native meaning, you don’t need…

79
Yays

Twitter-like dynamic character count for textareas jQuery

2 years ago   Views 4714   downloads 790   Form

The best way to explain what this plugin does is to mention Twitter. Twitter posts are limited to 140 characters. While typing the Twitter post there is this always present information about how many…

283
Yays

jQuery Visual Select

2 years ago   Views 67955   downloads 962   Form

This plugin is setup to generate a list of images ontop of a select. Similar to the site ajaxload.info, but a jquery version. This is the first time i've written the jQuery for a site with a plugin in…

101
Yays

Fancy jQuery Pagination Plugin

2 years ago   Views 10815   downloads 2243   Slideshow & Scroller

jPaginate is a jQuery pagination plugin that comes with a twist: animated page numbers. The user can slide through the available page numbers by clicking or just hovering over the arrows. Shortlinks to…

99
Yays

FCBKcomplete facebook-like dynamic inputs (jQuery)

2 years ago   Views 5673   downloads 909   Form

Fancy facebook-like dynamic inputs with auto complete & pre added values Use:   <script language="JavaScript"> $(document).ready(function() { $.facebooklist('#elem', '#list', '#complete',{url:'ajax-url',cache:1},…

74
Yays

Multiple Login Forms with Highlighting jQuery Plugin

2 years ago   Views 8450   downloads 1409   Form

This is a little specific… but I figured what the heck maybe it will be useful for someone. I recently had occasion to make multiple different login forms on a single page. With CSS we know we…