2014-03-12 53 views
0

我需要兩個按鈕在標題的右側站點。它看起來像現在jquery移動頭右邊的兩個按鈕

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> 

那麼,什麼是錯的?爲什麼我只得到文本而不是我的按鈕?

+0

您正在使用哪個版本的數據角色=「按鈕」添加到我的標籤? – Omar

+0

好吧我的錯..忘了添加數據角色=「按鈕」我的標籤..反正 –

回答

1

還好我的錯..忘記