Reputation: 8711
Any one help me. Thanks in advance. I want to move the controls based on the browser resolution? How to do it?
Upvotes: 4
Views: 2740
Reputation: 16915
To do it you have to read the following page of jQuery Mobile documentation:
http://jquerymobile.com/demos/1.0a2/#docs/toolbars/bars-fixed.html
PS. Other pages in docs present other interesting things you can do with footers and headers. http://jquerymobile.com/demos/1.0a2/#docs/toolbars/index.html
Upvotes: 1