diff options
author | Richard Worth <rdworth@gmail.com> | 2009-03-02 12:46:33 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-03-02 12:46:33 +0000 |
commit | 9d5fcaf5a4287e993c02067795c6445040c0a6f4 (patch) | |
tree | 1af53b90e0a4cee1b7c28b6c7cc2e4e60fa4e6da /demos/show/default.html | |
parent | a5c31c097cbe548a670eaa216e4575ad84de852e (diff) | |
download | jquery-ui-9d5fcaf5a4287e993c02067795c6445040c0a6f4.tar.gz jquery-ui-9d5fcaf5a4287e993c02067795c6445040c0a6f4.zip |
demos: show - start hidden instead of fadeOut to prevent flash
Diffstat (limited to 'demos/show/default.html')
-rw-r--r-- | demos/show/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/show/default.html b/demos/show/default.html index f2461a7d7..7c70526ab 100644 --- a/demos/show/default.html +++ b/demos/show/default.html @@ -57,7 +57,7 @@ return false; }); - $("#effect").fadeOut(); + $("#effect").hide(); }); </script> </head> |