我试图在使用 JQuery 验证的 JQuery 对话框中清除表单的内容。
它在我的 (dialog).validate(); 任务上咆哮。“dialog.validate 不是函数”
// dialog is an ID of a dialog, in this case, "#myDialog" is passed in
function reset(dialog){
var validator = (dialog).validate();
validator.resetForm();
}