aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/all.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-22 17:12:26 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-22 17:12:26 +0000
commit594ae9261b0cef4520a934838b3af477da7bde0a (patch)
tree9a8e4d6d57c11ace3b0eb783d1cfd0a1897c8514 /tests/visual/all.html
parent3522a23b507f049a8917401bd6acaa928ae37ed8 (diff)
downloadjquery-ui-594ae9261b0cef4520a934838b3af477da7bde0a.tar.gz
jquery-ui-594ae9261b0cef4520a934838b3af477da7bde0a.zip
tests/visual: adjusted the formatting a bit. Separated dialog tests into simple dialog and dialog with buttons
Diffstat (limited to 'tests/visual/all.html')
-rw-r--r--tests/visual/all.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/visual/all.html b/tests/visual/all.html
index 56be279df..653227e0b 100644
--- a/tests/visual/all.html
+++ b/tests/visual/all.html
@@ -21,9 +21,8 @@
$(function() {
$("#accordion").accordion({ header: "h3" });
$("#datepicker").datepicker();
- var dlg = $("#dlg").remove();
- $("#dialog").click(function() {
- dlg.appendTo('body').dialog();
+ $("#dialog button").click(function() {
+ $("#dlg").clone().dialog();
});
$("#draggable").draggable();
$(".draggable").draggable();