您的位置:首页 > Web前端 > JQuery

jquery validation plugin

2016-03-04 15:58 597 查看



Validator.resetForm()

Description: Resets the controlled form.

Validator.resetForm() This method does not accept any arguments.

Example: Reset the form controlled by this validator

<span style="font-size:24px;">var validator = $( "#myform" ).validate();
validator.resetForm();</span>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: