Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

feature request: ad submenu for data-role="navbar" #1582

Closed
Sumeruter opened this issue May 7, 2011 · 1 comment
Closed

feature request: ad submenu for data-role="navbar" #1582

Sumeruter opened this issue May 7, 2011 · 1 comment

Comments

@Sumeruter
Copy link

It would be cool if there was the option to define sub menu items for the navbar as tree of ul-li-ul-li. The sub menu could be displayed like a menu on an iphone.

<ul data-role="navbar">
<li><a>Cat 1</a> 
<ul> 
<li><a href="/cat1/sub1">Sub 1</a></li> 
<li><a href="/cat1/sub2">Sub 2</a></li> 
</ul> 
</li> 
<li class="active"><a href="/cat2">Cat 2</a> 
<ul> 
<li><a href="/cat2/sub1">Sub 1</a></li> 
<li><a href="/cat2/sub2">Sub 2</a></li> 
</ul> 
</li> 
</ul>

http://www.webdesignerwall.com/demo/css3-dropdown-menu/css-gradient-dropdown.html gives a good idea of this

@toddparker
Copy link
Contributor

Thanks for the suggestion. Closing and added as a feature request for post-1.0:
https://github.com/jquery/jquery-mobile/wiki/Feature-Requests

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants