From d912c30e22af920db56af51ab48f4cc307a59ce3 Mon Sep 17 00:00:00 2001 From: kborchers Date: Wed, 3 Aug 2011 14:55:28 -0500 Subject: Menu: Added a navigation menu demo which shows how to handle keyboard navigation --- demos/menu/navigationmenu.html | 84 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 demos/menu/navigationmenu.html (limited to 'demos/menu/navigationmenu.html') diff --git a/demos/menu/navigationmenu.html b/demos/menu/navigationmenu.html new file mode 100644 index 000000000..315932981 --- /dev/null +++ b/demos/menu/navigationmenu.html @@ -0,0 +1,84 @@ + + + + + jQuery UI Menu - Navigation Menu demo + + + + + + + + + + + + +
+ + + +
+ +
+ +

A navigation menu. A list is transformed, adding themeing, mouse and keyboard navigation support. Try to tab to the menu and use the cursor keys to navigate.

+ +
+ + + + + -- cgit v1.2.3