Вы можете найти в исходном коде.
<ul data-role="listview" data-split-icon="gear" data-split-theme="d">
<li><a href="index.html">
<img src="images/album-bb.jpg" />
<h3>Broken Bells</h3>
<p>Broken Bells</p>
</a>
<a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album
</a>
</li>
</ul>
или использовать групповые кнопки
<div data-role="controlgroup" data-type="horizontal" >
<a href="index.html" data-role="button" data-icon="arrow-u" data-iconpos="notext">Up</a>
<a href="index.html" data-role="button" data-icon="arrow-d" data-iconpos="notext">Down</a>
<a href="index.html" data-role="button" data-icon="delete" data-iconpos="notext">Delete</a>
</div>
Ref: http://jquerymobile.com/test/docs/buttons/buttons-grouped.html