diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2014-09-19 15:12:35 -0400 |
---|---|---|
committer | TJ VanToll <tj.vantoll@gmail.com> | 2014-09-19 15:16:38 -0400 |
commit | 1c08e882ab7d4be90c2f08a3876f34141ab478c8 (patch) | |
tree | 9a0631981defea6ac7d3c8ff53d61c34cf9096cd /demos/menu/index.html | |
parent | da02b2ea4c1208c7a8590f676b92e19d9d88e963 (diff) | |
download | jquery-ui-1c08e882ab7d4be90c2f08a3876f34141ab478c8.tar.gz jquery-ui-1c08e882ab7d4be90c2f08a3876f34141ab478c8.zip |
Menu: Adding a demo showing how to create category headers
Closes gh-1347
Diffstat (limited to 'demos/menu/index.html')
-rw-r--r-- | demos/menu/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <ul> <li><a href="default.html">Default functionality</a></li> <li><a href="icons.html">Icons</a></li> + <li><a href="categories.html">Categories</a></li> </ul> </body> |