diff options
author | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-06-09 08:25:18 +0000 |
---|---|---|
committer | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-06-09 08:25:18 +0000 |
commit | eb68232a2538661b0505ca858beb7259d774ee76 (patch) | |
tree | f6772254d59e91072cf5e82a9f361fe457ebcc3d /demos/functional/js | |
parent | d7cde8ae7f7616b315981b8db38534746618555d (diff) | |
download | jquery-ui-eb68232a2538661b0505ca858beb7259d774ee76.tar.gz jquery-ui-eb68232a2538661b0505ca858beb7259d774ee76.zip |
Added dialog functional demo
Diffstat (limited to 'demos/functional/js')
-rw-r--r-- | demos/functional/js/functional.demo.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/functional/js/functional.demo.js b/demos/functional/js/functional.demo.js index 62f323cad..5128d12a6 100644 --- a/demos/functional/js/functional.demo.js +++ b/demos/functional/js/functional.demo.js @@ -162,6 +162,8 @@ var uiRenderDemo = function(model) { var loadDemo = function(comp) { + $("#dialog").dialog().remove(); + $('#containerDemo').html("<img src='images/ajax-loader.gif'>"); $("#containerDemo").ajaxError(function(request, settings){ |