jQuery Mobileでheaderの右サイドにボタンを並べるメモ

<div data-role="header">

<div class="ui-btn-right">
<a href="#" target=_self data-role="button" data-inline="true">BTN_A</a>
<a href="#" target=_self data-role="button" data-inline="true">BTN_B</a>
</div>

</div>

コメント

タイトルとURLをコピーしました