我想在 jQuery mobile 的标题右侧添加一个图标按钮。我在自动左定位时遇到问题。
这是我的标题:
<div data-role="header" data-position="inline">
<h1>Resultaten</h1>
<a href="#Home" data-role="button" data-icon="home" data-iconshadow="false"
data-direction="reverse" onclick="empty()" data-transition="slide"
data-iconpos="notext">home</a>
</div>