jquery Form Landscaping Plugin jqtransform use detailed _jquery

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.