Submit your widget
52
Yays

Releases customselect icons with jQuery

Views 7076   downloads 1929   Form

After being sick of how ugly select boxes are within forms, I looked hard to find a decent solution. There are a few but some of them I found to have bugs, or not be able to use icons within the custom…

52
Yays

html5 and CSS3 Modern Web Forms effect

Views 21082   downloads 5966   Form

This demo using HTML5 and CSS3 to achieve great style and functionality without causing problems in less capable browsers. To be clear, this code will not look exactly the same in every browser. We are…

50
Yays

Nice Image Radio with jQuery

Views 7430   downloads 1817   Form

This extension replaces standard HTML checkboxes and radio buttons with an image-based alternative. The images are inserted as background:url() CSS directives for <span /> elements. The standard…

49
Yays

Customized checkbox and radio with jquery - iCheck

Views 13190   downloads 3485   Form

  Features Identical inputs across different browsers and devices — both desktop and mobile Touch devices support — iOS, Android, BlackBerry, Windows Phone Keyboard accessible…

47
Yays

jQuery Cusom your select form

Views 8996   downloads 2938   Form

Your select form is replace by a div + ul li to simulate a select Box with options and rebuild automatically your original <select> with the correct value. Don't work with multiple selections.…

46
Yays

Stylish Messaging Modal Box with jQuery

Views 10713   downloads 2198   Form

You can build some really neat things using jQuery. The latest release bundle updates a lot of bugs and even hints at support for a new jQuery Mobile. With frontend scripting you can build practically…

45
Yays

Uniform---jQuery Sexy forms effect

Views 19969   downloads 5473   Form

Have you ever wished you could style checkboxes, drop down menus, radio buttons, and file upload inputs? Ever wished you could control the look and feel of your form elements between all browsers? If…

37
Yays

jQuery customizable checkboxes and radio buttons

Views 12294   downloads 2755   Form

Features Identical inputs across different browsers and devices — both desktop and mobile Touch devices support — iOS, Android, BlackBerry, Windows Phone Keyboard accessible inputs —…

34
Yays

noUiSlider - jQuery Range Slider

Views 7569   downloads 1981   Form

A lightweight, highly customisable slider without bloat. Supports Google Chrome, Firefox, Opera, Safari and Internet Explorer 7 to 10. It also supports touch on capable devices, such as iPhone, iPad and…

32
Yays

jQuery stylish form select plugin

Views 8511   downloads 1861   Form

zelect is a jQuery plugin that replaces the default select element into something much more simpler and fancier. If the option list is known on the client, finite and manageable, use HTML: <select…

29
Yays

A Placeholder jQuery Plugin Polyfill - placeMe.js

Views 10667   downloads 1929   Form

  How to Use First include jQuery   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> Next include…

24
Yays

aboutWhen - a jQuery plugin for accepting partial or approximate dates

Views 5468   downloads 1369   Form

aboutWhen This is a jQuery plugin for accepting partial or approximate dates. Calendar controls and their variants are great if you want your users to pick one valid date precisely, but in the case where…

21
Yays

jquery select expander - make select dom by json file

Views 5932   downloads 1587   Form

Usage Download and copy the plugin + json data into your js/ folder. (make sure the data/ folder is in the same directory as the plugin) Drop in the plugin after your jQuery include:…

19
Yays

Chosen - Cusom select boxes more user friendly

Views 8120   downloads 1752   Form

Chosen is a library for making long, unwieldy select boxes more user friendly. jQuery support: 1.4+ Prototype support: 1.7+ For documentation, usage, and examples, see: http://harvesthq.github.io/chosen/…

19
Yays

Checkbox group (parent/children) functionality with jQuery plugin

Views 11210   downloads 1224   Form

Checkbox group (parent/children) functionality. Makes a checkbox parent of other checkboxes. If the parent is clicked the children are checked/unchecked based on the parent. If all the children are checked,…