diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-11-10 20:42:03 +0100 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-11-16 18:42:38 +0100 |
commit | b81259652b15190f061b1eecbb0f39f9938a32f4 (patch) | |
tree | f2c0e2bf37872e3719c946c34dc36d264e8a052e /demos/tooltip/index.html | |
parent | 924e80e576e098fd07899bc6e2d5929680d54446 (diff) | |
download | jquery-ui-b81259652b15190f061b1eecbb0f39f9938a32f4.tar.gz jquery-ui-b81259652b15190f061b1eecbb0f39f9938a32f4.zip |
Tooltip: Add demo with custom tooltip style.
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 6e7c6836e..3753bc181 100644 --- a/demos/tooltip/index.html +++ b/demos/tooltip/index.html @@ -11,6 +11,7 @@ <h4>Examples</h4> <ul> <li class="demo-config-on"><a href="default.html">Default functionality</a></li> + <li><a href="custom-style.html">Custom style with arrow</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> |