How to create a tool bar using jquery mobile in android phonegap? -



How to create a tool bar using jquery mobile in android phonegap? -

i using cardova 2.9.0, how can create fixed toolbar below header. is similar facebook application highlighted in below image,

i need fixed toolbar, how can create that? suggest me plugins or other efficient way fixed tool bar.

for fixed toolbar seek following:

<div data-role="header" data-position="fixed"> <h1>header</h1> <div data-role="navbar"> <ul> <li><a href="#">one</a></li> <li><a href="#">two</a></li> <li><a href="#">three</a></li> </ul> </div><!-- /navbar --> </div>

refer fixed header , footer fiddle demo

android jquery jquery-ui jquery-mobile cordova

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -