Jul
17
17
Custom form elements
Entry Feed TrackbackIf you want to style up your website, then I would recommend to use a jQuery form plugin : jNice.
Requirements :
- jQuery ( link )
- jNice plugin (link )
- CSS file (link )
Between in the head section insert the following code :
<link href=”jNice.css” rel=”stylesheet” type=”text/css” />
<script type=”text/javascript” src=”jquery.js”></script>
<script type=”text/javascript” src=”jNice.js”></script>
The form tag shoud have the class jNice.
<form class=”jNice”>
form elements …
</form>
That’s it! Have fun.


[...] Custom form elements using jQuery form plugin jNice [...]
Custom Form Elements, Validation and Design - Hidden Pixels at Aug 22, 08 at 10:48 am