Submit your widget
35
Yays

jQuery pretty Checkboxes form

about a year ago   Views 6646   downloads 1255   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…

45
Yays

beautiful Radio, check button with Forms

about a year ago   Views 10909   downloads 2811   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…

57
Yays

Checkbox and Radio control with jQuery

about a year ago   Views 7353   downloads 1798   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.…

68
Yays

jQuery Disabled labels plugin

2 years ago   Views 4113   downloads 569   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…

139
Yays

CSS and jQuery Custom Checkbox and Radio Button Inputs Styled

2 years ago   Views 29135   downloads 4936   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…

92
Yays

jQuery Pretty checkboxes

2 years ago   Views 9562   downloads 1399   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…

106
Yays

Table Row Checkbox Toggle jQuery plugin

2 years ago   Views 11805   downloads 1587   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…

97
Yays

jQuery : Checkbox & Table

2 years ago   Views 15255   downloads 1768   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…

146
Yays

Geogoer vChecks - easy checkboxes jQuery plugin

2 years ago   Views 10811   downloads 1662   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:…

116
Yays

jQuery UI: Radiobutton- und Checkbox-Replacement

2 years ago   Views 9739   downloads 1138   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…