Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top