Update jQueryUI to include tool tips

This commit is contained in:
Andrew Miner
2015-01-12 12:56:09 -08:00
parent 833d255dce
commit a2f4484235
17 changed files with 491 additions and 14 deletions
+9
View File
@@ -283,6 +283,13 @@
<!-- Tooltip -->
<h2 class="demoHeaders">Tooltip</h2>
<p id="tooltip">
<a href="#" title="That&apos;s what this widget is">Tooltips</a> can be attached to any element. When you hover
the element with your mouse, the title attribute is displayed in a little box next to the element, just like a native tooltip.
</p>
<!-- Highlight / Error -->
<h2 class="demoHeaders">Highlight / Error</h2>
@@ -354,6 +361,8 @@ $( "#menu" ).menu();
$( "#tooltip" ).tooltip();