aboutsummaryrefslogtreecommitdiffstats
path: root/demos/menu
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-09-06 21:54:22 -0400
committerScott González <scott.gonzalez@gmail.com>2012-09-06 21:54:22 -0400
commit9e259c6e5369bf272dd14df7aea1372c5b064300 (patch)
tree7da74ef3911e315a39574b691b22fde9c22406c8 /demos/menu
parent19a9d57868636eb1250143ab8e69e6748e6f82f1 (diff)
downloadjquery-ui-9e259c6e5369bf272dd14df7aea1372c5b064300.tar.gz
jquery-ui-9e259c6e5369bf272dd14df7aea1372c5b064300.zip
Menu demo: Added demo description.
Diffstat (limited to 'demos/menu')
-rw-r--r--demos/menu/topalignmenu.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/menu/topalignmenu.html b/demos/menu/topalignmenu.html
index 9a3779733..0ae287704 100644
--- a/demos/menu/topalignmenu.html
+++ b/demos/menu/topalignmenu.html
@@ -26,6 +26,8 @@
</head>
<body>
+<div class="demo">
+
<ul id="menu">
<li><a href="#">Aberdeen</a></li>
<li><a href="#">Ada</a></li>
@@ -80,5 +82,11 @@
</li>
</ul>
+</div>
+
+<div class="demo-description">
+ <p>Menus can use custom positioning. There is a delay before activing an item on hover and a delay before closing a menu on mouse out to allow for moving to a submenu that is not touching its parent item.</p>
+</div>
+
</body>
</html>