资讯

要校验的dom设置好fccheck属性后,就可以用 $ ("#form").ciFormCheck ()来调用插件,也可以用options参数来调用,用来自定义你想要的效果,比如自定义input校验后样式,自定义弹出消息的方式等等 options参数如下: ...
About This is a form validation plugin based on Jquery / 一个基于Jquery编写的表单验证插件 Readme View license Activity ...
I'm trying to use the jquery validation plugin (http://docs.jquery.com/Plugins/Validation) and I need some help.It seems like it's always saying my form is valid even ...
For my current project I needed a custom validator method for the jQuery validator plug-in. I wanted to validate that a user has chosen a value from a combo box where the value is of type Guid. First ...