diff options
author | Scott Jehl <scott@scottjehl.com> | 2009-02-27 04:06:52 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2009-02-27 04:06:52 +0000 |
commit | e3825ccc8045ce0deead303c09192c578b60e0ca (patch) | |
tree | 80a39e16f8f267c25c5cca811437ce4e39715744 /demos/index.html | |
parent | 6f8399916b772cd012c76845a71154b113853d5b (diff) | |
download | jquery-ui-e3825ccc8045ce0deead303c09192c578b60e0ca.tar.gz jquery-ui-e3825ccc8045ce0deead303c09192c578b60e0ca.zip |
removed margin-left rules from these draggable demos due to IE6 conflict
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/demos/index.html b/demos/index.html index cf1738ac1..147ade65c 100644 --- a/demos/index.html +++ b/demos/index.html @@ -250,8 +250,13 @@ <dd><a href="slider/index.html">Slider</a></dd> <dd><a href="tabs/index.html">Tabs</a></dd> <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> + <dd><a href="http://ui.jquery.com/docs/Effect">Effect</dd> + <dd><a href="http://ui.jquery.com/docs/Effects/Animate">Animate</a></dd> + <dd><a href="http://ui.jquery.com/docs/Effects/Hide">Hide</a></dd> + <dd><a href="http://ui.jquery.com/docs/Effects/Show">Show</a></dd> + <dd><a href="http://ui.jquery.com/docs/Effects/SwitchClass">Switch Class</a></dd> + <dd><a href="http://ui.jquery.com/docs/Effects/Toggle">Toggle</a></dd> + <dd><a href="http://ui.jquery.com/docs/Effects/ToggleClass">Toggle Class</a></dd> <dt>About jQuery UI</dt> <dd><a href="http://ui.jquery.com/docs/Developer_Guide">UI Developer Guidelines</a></dd> <dd><a href="http://ui.jquery.com/docs/Changelog">Changelog</a></dd> |