data-iconpos
コラプシブルパネルのアイコンはdata-iconpos属性でアイコンの位置を変更できます。
<div data-role="collapsible" data-iconpos="right">
<h3>I'm a header</h3>
<p>I'm the collapsible content. By default I'm closed, but you can click the header to open me.</p>
</div>
data-iconpos属性はボタンでも利用できます。
参考URL
jQuery Mobile Docs - Collapsible Content
登録日 : 2012年10月14日 最終更新日 : 2016年12月19日