문제

i need two buttons on the right site of the header. how it looks like now is

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>

So what is wrong? why i get just text and not my buttons?

도움이 되었습니까?

해결책

okay my fault.. forget to add data-role="button" to my a tag

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top