Author : DFC Engineering
License : GPL
Release version : 1.1
Released on : 2009 August
Release note:
- add click event on checkbox and radio
- Auto resize the select field if necessary
This plugin is a jQuery styling plugin wich allows you to skin form elements.
![]()
Pay attention to details, see how the inputs change their color both on mouse rollover and mouse click event.
//required <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/jquery.jqtransform.min.js"></script>
<form class="jqtransform"> <div class="rowElem"> <label for="name">Name: </label> <input type="text" name="name" /> </div> <div class="rowElem"><input type="submit" value="send" /><div> </form>
After it, select the forms and call the jqTransform plugin. See some examples:
<script type="text/javascript">
$(function() {
//find all form with class jqtransform and apply the plugin
$("form.jqtransform").jqTransform();
});
</script>
Just edit the css file to customize your form, that's it.
We did our best to make it work on ie 6+, safari 2+, firefox 2+
Got a project ?
We have the skils to build rich internet applications using jquery and a lot of great technologies.