diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-22 17:12:26 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-22 17:12:26 +0000 |
commit | 594ae9261b0cef4520a934838b3af477da7bde0a (patch) | |
tree | 9a8e4d6d57c11ace3b0eb783d1cfd0a1897c8514 /tests/visual/all.html | |
parent | 3522a23b507f049a8917401bd6acaa928ae37ed8 (diff) | |
download | jquery-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.html | 5 |
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(); |