From d912c30e22af920db56af51ab48f4cc307a59ce3 Mon Sep 17 00:00:00 2001 From: kborchers Date: Wed, 3 Aug 2011 14:55:28 -0500 Subject: [PATCH] Menu: Added a navigation menu demo which shows how to handle keyboard navigation --- demos/menu/index.html | 1 + demos/menu/navigationmenu.html | 84 ++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 demos/menu/navigationmenu.html diff --git a/demos/menu/index.html b/demos/menu/index.html index 9983dbfd0..f55d16514 100644 --- a/demos/menu/index.html +++ b/demos/menu/index.html @@ -12,6 +12,7 @@
  • Default functionality
  • Contextmenu
  • Top-aligned sub menus
  • +
  • Navigation menu
  • 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.

    + +
    + + + + + -- 2.39.5