From 1c08e882ab7d4be90c2f08a3876f34141ab478c8 Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Fri, 19 Sep 2014 15:12:35 -0400 Subject: Menu: Adding a demo showing how to create category headers Closes gh-1347 --- demos/menu/categories.html | 42 ++++++++++++++++++++++++++++++++++++++++++ demos/menu/index.html | 1 + 2 files changed, 43 insertions(+) create mode 100644 demos/menu/categories.html (limited to 'demos') diff --git a/demos/menu/categories.html b/demos/menu/categories.html new file mode 100644 index 000000000..c0e55d05a --- /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 6e1969883..431926d35 100644 --- a/demos/menu/index.html +++ b/demos/menu/index.html @@ -10,6 +10,7 @@ -- cgit v1.2.3