diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-04-24 13:53:49 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-04-24 13:53:49 +0200 |
commit | eefeaf0581188bb7d64d1407d36756e6a74d2744 (patch) | |
tree | de8f0d3bcc507acd1737312cb8d8a12235fc5a6b /demos | |
parent | e12ffb65d5873aad5dfa7eb40ae860d7ad26003f (diff) | |
download | jquery-ui-eefeaf0581188bb7d64d1407d36756e6a74d2744.tar.gz jquery-ui-eefeaf0581188bb7d64d1407d36756e6a74d2744.zip |
Tooltip demo: We have no plans for interactive tooltips
Diffstat (limited to 'demos')
-rw-r--r-- | demos/tooltip/custom-content.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tooltip/custom-content.html b/demos/tooltip/custom-content.html index ec212a0b3..f6184a52c 100644 --- a/demos/tooltip/custom-content.html +++ b/demos/tooltip/custom-content.html @@ -77,7 +77,7 @@ and are licensed under <a href="http://creativecommons.org/licenses/by-sa/3.0/de <div class="demo-description"> <p>Shows how to combine different event delegated tooltips into a single instance, by customizing the items and content options.</p> -<p>We realize you may want to interact with the map tooltips. This is a planned feature for a future version.</p> +<p>Use dialog's for interactive content, like the maps.</p> </div> </body> </html> |