Jul
17

Custom form elements

(X)HTML, JavaScript Entry Feed Trackback

If 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>

Live Demonstration

That’s it! Have fun.

Share/Save

One Comment So Far

  1. [...] Custom form elements using jQuery form plugin jNice [...]

    Custom Form Elements, Validation and Design - Hidden Pixels at Aug 22, 08 at 10:48 am

Leave your comment

(required)

(required)