jQuery自定义表单
生成可访问的自定义表单的插件:选择,单选,复选框。
演示: :
用法
<!-- Add jQuery and the plugin file in your HTML page -->
< script type =" text/javascript " src =" http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js " > </ script >
< script type =" text/javascript " src =" custom.forms.jquery.js " > </ script >
<!-- Add the class "cform" to all elements that you want to use as custom form -->
< sele