JQuery Validate を使用する 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();
}