diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-29 20:13:00 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-29 20:13:00 +0000 |
commit | 4c9d9061847bb0f47525fc7ffaeb74ff2f87fe35 (patch) | |
tree | af4c24bf83319c4d0b450febf6b29cb16e86ed59 /demos | |
parent | 31a7ceb0143a8553d562ad09c603885803f9a15f (diff) | |
download | jquery-ui-4c9d9061847bb0f47525fc7ffaeb74ff2f87fe35.tar.gz jquery-ui-4c9d9061847bb0f47525fc7ffaeb74ff2f87fe35.zip |
demos dialog modal-form2: changed link to button, removed autoOpen: false
Diffstat (limited to 'demos')
-rw-r--r-- | demos/dialog/modal-form2.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/dialog/modal-form2.html b/demos/dialog/modal-form2.html index 84d51161d..946374743 100644 --- a/demos/dialog/modal-form2.html +++ b/demos/dialog/modal-form2.html @@ -54,7 +54,6 @@ } $("#dialog").dialog({ - autoOpen: false, bgiframe: true, height: 300, modal: true, @@ -93,6 +92,7 @@ $('#create-user').click(function() { $('#dialog').dialog('open'); }); + }); </script> </head> @@ -115,7 +115,7 @@ </form> </div> -<a id="create-user" href="#">create new user</a> +<button id="create-user">create new user</button> <table id="users"> <thead> |