Skip to content

Instantly share code, notes, and snippets.

@alexanderkustov
Created May 30, 2013 11:35
Show Gist options
  • Select an option

  • Save alexanderkustov/5677270 to your computer and use it in GitHub Desktop.

Select an option

Save alexanderkustov/5677270 to your computer and use it in GitHub Desktop.
jquery mobile structure
<!-- 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&amp;zoom=14&amp;size=288x200&amp;markers=Lisbon, Pt&amp;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>
@alexanderkustov
Copy link
Author

jquery Sliding Panel or Slider Panel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment