Created
May 19, 2016 07:21
-
-
Save afzafri/4ce723171ba6df41d07978c3221f10af to your computer and use it in GitHub Desktop.
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
<div data-role="page" id="pageone"> | |
<div data-role="main" class="ui-content"> | |
<h2>List Icons:</h2> | |
<ul data-role="listview" data-inset="true"> | |
<li data-role="list-divider">Pilih Negeri</li> | |
<li> | |
<select> | |
<option>Perlis</option> | |
<option>Kedah</option> | |
<option>Selangor</option> | |
<option>Pulau Pinang</option> | |
</select> | |
</li> | |
</ul> | |
<br> | |
<ul data-role="listview" data-inset="true"> | |
<li data-role="list-divider">Pilih Zon</li> | |
<li> | |
<select> | |
<option>Zon 1</option> | |
<option>Zon 2</option> | |
<option>Zon 3</option> | |
<option>Zon 4</option> | |
</select> | |
</li> | |
</ul> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment