nicejforms可以算是jquery的一个插件,可以起到非常好的美化表单的作用
demo:http://www.healdream.com/upload/html/nicejforms/nicejforms_green.html
down:http://www.51files.com/?O4IXTNT9ZO9BIL954XTP
用法:
首先将两个js包含进来,就像这样
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Page title
<script></script>
<script></script>
然后加入css
接着对form,设定class
最后写下如下语句
<script> <BR>$(document).ready( function() { $.NiceJForms.build(); } ); <BR></script>
这样就大功告成了!