JQuery Mobile Navbar is bugging -


when want make navbar jqm, system adding unnecessary &nbsp 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:

enter image description here

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

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -