jquery mobile header右边的两个按钮

时间:2014-03-12 09:55:26

标签: jquery-mobile button header

我需要在标题的右侧网站上有两个按钮。它现在的样子是

enter image description here

<div data-role="header" data-theme="a" >
        <h1>Test</h1>
        <div class="ui-btn-right">
            <a href="index.html" data-icon="delete">Cancel</a>
            <a href="#" data-icon="gear" >Options</a>
        </div>
    </div>

那有什么不对?为什么我只得到文字,而不是我的按钮?

1 个答案:

答案 0 :(得分:2)

好吧我的错...忘记将data-role =“button”添加到我的标签