jquery form Jqtransform, a very practical jquery plugin, automatically beautify your entire form form, including select Drop-down box, text box, radio, check box, button, of course, do not support the input File file selection box, This can refer to our previous Input File selection box Landscaping tutorial to transform, in the browser compatibility, compatible with IE 6+, Safari, Firefox, plug-in is still very good, use it is very simple, recommended learning and use.
How to use:
1. Loading jquery and Plug-ins
<script type= "Text/javascript" src= "js/jquery.js" ></script>
<script type= "Text/javascript" src= "Js/jquery.jqtransform.min.js" ></script>
2.HTML Content
<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>
3. Function call
<script type= "Text/javascript" >
$ (function () {
$ ("Form.jqtransform"). Jqtransform ();
</script>
Plugin download
The above mentioned is the entire content of this article, I hope you can enjoy.