diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-10-26 14:47:31 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-10-26 14:47:31 +0200 |
commit | 4d6770fe13b6fa73d36b3f72d04585dc744e7961 (patch) | |
tree | 2669f0e95e4a317c6f5d42e6961935455dbe735e /demos/tooltip/index.html | |
parent | 615022abd5c5ec74574cd6345d68b996c3d6d3c3 (diff) | |
download | jquery-ui-4d6770fe13b6fa73d36b3f72d04585dc744e7961.tar.gz jquery-ui-4d6770fe13b6fa73d36b3f72d04585dc744e7961.zip |
Tooltip: Added demo for custom animations
Diffstat (limited to 'demos/tooltip/index.html')
-rw-r--r-- | demos/tooltip/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/tooltip/index.html b/demos/tooltip/index.html index 9b1efefe4..e55575d4c 100644 --- a/demos/tooltip/index.html +++ b/demos/tooltip/index.html @@ -12,6 +12,7 @@ <li class="demo-config-on"><a href="default.html">Default functionality</a></li> <li><a href="forms.html">Forms with tooltips</a></li> <li><a href="tracking.html">Track the mouse</a></li> + <li><a href="custom-animation.html">Custom animation</a></li> </ul> </div> |