I have a header in jquery mobile. The header contains a select box, and whenever I put that in I can’t seem to make the back button go away. Viz:
<div data-backbtn="false" data-role="header" data-theme="b">
<div>
<h1>Test Project</h1>
<span>Title</span>
<span style="float:right">
<select>
<option selected="selected">Rachel Green</option>
<option>Chandler Bing</option>
<option>Monica Gellar</option>
<option>Ross Gellar</option>
<option>Joey Tribiani</option>
</select>
</span>
</div>
</div><!-- /header -->
If I take out the select the back button goes away. Any suggestions on how to fix this?
Hmm works fine for me.
Live Link: http://jsfiddle.net/vrx7X/3/
HTML