From 5ed81b47f34fcc321312261b995b69cf623be3aa Mon Sep 17 00:00:00 2001
From: TJ VanToll
Date: Fri, 19 Sep 2014 15:12:35 -0400
Subject: [PATCH] Menu: Adding a demo showing how to create category headers
---
demos/menu/categories.html | 42 ++++++++++++++++++++++++++++++++++++++
demos/menu/index.html | 1 +
2 files changed, 43 insertions(+)
create mode 100644 demos/menu/categories.html
diff --git a/demos/menu/categories.html b/demos/menu/categories.html
new file mode 100644
index 00000000000..c0e55d05a16
--- /dev/null
+++ b/demos/menu/categories.html
@@ -0,0 +1,42 @@
+
+
+
+
+ jQuery UI Menu - Categories
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
By using the items
option, you can configure which elements are converted into selectable menu items. Here this technique is used to create category headers.
+
+
+
diff --git a/demos/menu/index.html b/demos/menu/index.html
index 6e196988321..431926d357f 100644
--- a/demos/menu/index.html
+++ b/demos/menu/index.html
@@ -10,6 +10,7 @@