Submit your widget
33
Yays

jQuery customizable checkboxes and radio buttons

Views 11883   downloads 2599   Form

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

29
Yays

A Placeholder jQuery Plugin Polyfill - placeMe.js

Views 10533   downloads 1848   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…

57
Yays

jQuery pretty Checkboxes form

Views 10180   downloads 2172   Form

This script is for people who wants to have a consistent look for checkboxes across browser or those who simply want them to look better. By using this script you wont loose any of the regular inputs…

66
Yays

beautiful Radio, check button with Forms

Views 15273   downloads 4131   Form

What's Ideal Forms: Ideal Forms is a small framework to build powerful and beautiful online forms. It's very easy to use and requires minimal html syntax. Absolutely everything is stylable with…

79
Yays

Checkbox and Radio control with jQuery

Views 10822   downloads 2925   Form

In web development/design, there’re a lot of time you want to customize HTML controls. Some controls are actually quite simple to implement. I will show you how to customize a checkbox/radiobox.…

88
Yays

jQuery Disabled labels plugin

Views 6473   downloads 1707   Form

To better distinguish at a glance which inputs are disabled/enabled, I've chosen to style the labels of disabled inputs with a faint gray color. HTML The difference in HTML is a small one. The first example…

175
Yays

CSS and jQuery Custom Checkbox and Radio Button Inputs Styled

Views 47643   downloads 8698   Form

Styling checkbox and radio button inputs to match a custom design is nearly impossible because neither reliably supports basic CSS, like background colors or images; it's even a challenge to get the margins…

114
Yays

jQuery Pretty checkboxes

Views 13105   downloads 2791   Form

The checkboxes are still there, but we won’t be clicking them. The checking/unchecking will handled by the “Select” and “Cancel” links within each list item. Each list item…

125
Yays

Table Row Checkbox Toggle jQuery plugin

Views 16782   downloads 3014   Table

It generically adds the toggle function to any table rows you specify based on the css class names. It will by default toggle any checkboxes within the table row. However, you can manually exclude checkboxes…

119
Yays

jQuery : Checkbox & Table

Views 20177   downloads 3322   Form

Today’s code snippet is how to automagically check/uncheck checkbox element by clicking a single row of a table using jQuery. Firstly we add click event on the table’s row, it will help us…

169
Yays

Geogoer vChecks - easy checkboxes jQuery plugin

Views 14096   downloads 2559   Form

Style your form checkboxes easily. It's version 1.0, we will upload more our cool stuff in future. [removed] $(function(){ $("#custom_list").vchecks(); }); Html code: <ul id="custom_list" style="width:…

137
Yays

jQuery UI: Radiobutton- und Checkbox-Replacement

Views 15288   downloads 2016   Form

Eine gerne durchgeführte Aufgabe ist es, die in manchen Browsern recht hässlichen Checkboxen und Radiobuttons durch schönere, dem Design angepasste Eingabeelemente zu ersetzen. UI-Widget-Factory…