forma is a form customization jQuery plug-in.

forma customize form elements with image "PNG" backgrounds.

I developed it to use on my Uygulama project new version.

I've only tested it on Chromium (14.0.835.202), Google Chrome (15.0.874.120), Mozilla Firefox (3.6.17), Opera (11.52) and it works enough for me for now!

It is under MIT License.

developer goker.cebeci, the developer

github download or fork it on github

jquery jquery plugin page


USAGE

<form ... data-complete="complete(form,r)">
<label>
<b>Label</b>
<input type="text" name="textfield"/>
</label>
...
<label>
<img class="loader" ... />
<input type="submit" value="Submit"/>
</label>
</form>

<script>
$('form').forma([options]);
function complete(form,r){ ... };
</script>
<link rel="stylesheet" href="forma.css" />

forma

Checkbox: optional checkbox description.
Switch:
Radio Buttons: