aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog
diff options
context:
space:
mode:
authorChi Cheng <cloudream@gmail.com>2009-01-29 12:17:47 +0000
committerChi Cheng <cloudream@gmail.com>2009-01-29 12:17:47 +0000
commit3d16d2e5af08422d5adfb588dc47b16e2cb1d327 (patch)
tree1ec8263ed8e440d6b6f2e541f7ebf778861edeb2 /demos/dialog
parent94b42f25e06bdea5c8b54c8f6945c1909490b8df (diff)
downloadjquery-ui-3d16d2e5af08422d5adfb588dc47b16e2cb1d327.tar.gz
jquery-ui-3d16d2e5af08422d5adfb588dc47b16e2cb1d327.zip
demos: dialog modal form
Diffstat (limited to 'demos/dialog')
-rw-r--r--demos/dialog/modal-form2.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/dialog/modal-form2.html b/demos/dialog/modal-form2.html
index f869cc891..84d51161d 100644
--- a/demos/dialog/modal-form2.html
+++ b/demos/dialog/modal-form2.html
@@ -86,7 +86,7 @@
}
},
close: function() {
- allFields.val('');
+ allFields.val('').removeClass('ui-state-error');
}
});