Response title
This is preview!
<a href="#currency" data-rel="popup" data-role="none" data-inline="true" data-icon="gear" data-theme="c">Currency</a>
<div data-role="popup" id="currency" data-theme="c">
<ul data-role="listview" data-inset="true" style="min-width:210px;" data-theme="c">
<?php foreach($currencies as $key => $currency): ?>
<li><a value="<?php echo $key; ?>"><?php echo $currency); ?></a></li>
<?php endforeach; ?>
</ul>
</div>
© 2013 jQuery Foundation
Sponsored by and others.