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

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

Closed
@Sumeruter

Description

@Sumeruter

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

Activity

toddparker

toddparker commented on May 9, 2011

@toddparker
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 join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @toddparker@Sumeruter

        Issue actions

          feature request: ad submenu for data-role="navbar" · Issue #1582 · jquery-archive/jquery-mobile