Created
May 30, 2013 11:35
-
-
Save alexanderkustov/5677270 to your computer and use it in GitHub Desktop.
jquery mobile structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Home --> | |
| <div data-role="page" id="page1"> | |
| <div data-theme="c" data-role="header"> | |
| <a data-role="button" href="#page1" class="ui-btn-right"> | |
| Menu | |
| </a> | |
| <h3> | |
| Heineken | |
| </h3> | |
| </div> | |
| <div data-role="content"> | |
| <img src="https://maps.googleapis.com/maps/api/staticmap?center=Lisbon, PT&zoom=14&size=288x200&markers=Lisbon, Pt&sensor=false" | |
| width="288" height="200"> | |
| <div data-role="fieldcontain"> | |
| <input name="" id="searchinput1" placeholder="" value="" type="search"> | |
| </div> | |
| <a data-role="button" href="#page1"> | |
| Button | |
| </a> | |
| </div> | |
| </div> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jquery Sliding Panel or Slider Panel