diff options
author | Todd Parker <fg.todd@gmail.com> | 2009-01-29 16:17:54 +0000 |
---|---|---|
committer | Todd Parker <fg.todd@gmail.com> | 2009-01-29 16:17:54 +0000 |
commit | 04e2b805778a58fe3e6b9e09dbf2e6ccbdcfe47f (patch) | |
tree | 97b53588a0e374406948224173d8749e528b5f7c /demos/index.html | |
parent | e568dc146d5fbc5833195dd26ebdba48dbfcc9c2 (diff) | |
download | jquery-ui-04e2b805778a58fe3e6b9e09dbf2e6ccbdcfe47f.tar.gz jquery-ui-04e2b805778a58fe3e6b9e09dbf2e6ccbdcfe47f.zip |
Commented out new effects, about and theme left nav links, restored simple effect demo links from live site.
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/demos/index.html b/demos/index.html index 29507e1f6..270372e04 100644 --- a/demos/index.html +++ b/demos/index.html @@ -247,6 +247,12 @@ <dd><a href="progressbar/index.html">Progressbar</a></dd> <dd><a href="slider/index.html">Slider</a></dd> <dd><a href="tabs/index.html">Tabs</a></dd> + + <dt>Effects</dt> + <dd><a href="effects_general/index.html">General</a></dd> + <dd><a href="effects_showhide/index.html">Show/Hide</a></dd> + + <!-- Add back in when 1.6 final is released <dt>Effects</dt> <dd><a href="http://ui.jquery.com/docs/Effects/Methods">Effect Methods</dd> <dd><a href="http://ui.jquery.com/docs/Effects/Types">Effect Types</a></dd> @@ -260,6 +266,7 @@ <dd><a href="http://ui.jquery.com/docs/Theming/API">jQuery UI CSS framework</a></dd> <dd><a href="http://ui.jquery.com/docs/Theming/Themeroller">ThemeRoller application</a></dd> <dd><a href="http://ui.jquery.com/docs/Theming/ThemeSwitcher">Theme Switcher Widget</a></dd> + --> </dl> </td> <td class="normal"> |