📜 ⬆️ ⬇️

Improving forms with jqTransform

If you do not have enough time to clean up the forms on your site, a small jqTransform plugin will come to the rescue .
Connect it and feed the form. The output will turn out visually more pleasant form with highlight fields in focus.

View demo
Download the source code with an example

Example:
<script type= "text/javascript" >
$( function () {
$( ".myform" ).jqTransform();
});
</script>


* This source code was highlighted with Source Code Highlighter .


PS: works with jQuery from 1.2.6 to the latest version

')

Source: https://habr.com/ru/post/101659/


All Articles