我試圖清除使用JQuery驗證的JQuery對話框中的表單內容。在對話框中重置JQuery驗證
它在吠叫我的(對話).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();
}
您的意思是'$(對話)'? – TheZ 2012-07-23 21:44:02