开发者

jQuery Mobile Navbar wrapping on 4 (not 5) elements

I'm working with the the jQuery Mobile and according to the documentation the navbar will wrap on five elements. However, in my working with it, it's wrapping at only 4 elements. Is this expected behavior?

jQuery Mobile Navbar wrapping on 4 (not 5) elements

The code

<div data-role="page" id="images">

    <div data-role="header">    
        <h1><%= @disease.name %></h1>
        <a href="index.html" data-icon="plus" class="ui-btn-right">Add</a>
    </div><!-- /header -->

    <div data-role="content">   
        <p>Images will be here.</p> 
    </div><!-- /content -->

    <div data-role="footer">
        <div data-role="navbar">
            <ul>
                <li><a href="#images" class="ui-btn-active">Images</a></li>
                <li><a href="#symptoms">Symptoms</a></li>
                <li><a href="#treatments">Treatments<开发者_JAVA技巧/a></li>
                <li><a href="#notes">Notes</a></li>
            </ul>
        </div><!-- /navbar -->
    </div><!-- /footer -->
</div><!-- /page -->


I noticed you're using the test site for documentation. Do you use the test CSS/JS as well or are you using jQM a4.1?

Using your code and jQM a4.1 it seems to work fine for me.

  • Live Example: http://jsfiddle.net/Dnqn9/1/
  • Docs: http://jquerymobile.com/demos/1.0a4.1/
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜