JQuery Mobile Navbar is bugging -
when want make navbar jqm, system adding unnecessary  
grid, makes navbar weird.
i using jqm 1.4.5 , jquery 1.11.2.
code:
<div id="home" data-role="page"> <h1>content</h1> <div data-role="footer"> <div data-role="navbar"> <ul> <li><a href="#" class="ui-btn-active">one</a></li> <li><a href="#">two</a></li> </ul> </div><!-- /navbar --> </div> </div>
browser:
for people seeing , having same problem: if copy code widgets jquery mobile demos, there spaces between tags see in browser. delete them , should normal again.
Comments
Post a Comment