新しい jquery mobile 1.0 alpha 1 リリースを使用してモバイル アプリを構築していますが、ボタンのテキストを切り替える必要があります。テキストの切り替えは正常に機能しますが、テキストの置換を実行するとすぐに css フォーマットが壊れます。
めちゃくちゃなフォーマットのスクリーンショット: http://awesomescreenshot.com/03e2r50d2
<div class="ui-bar">
<a data-role="button" href="#" onclick="Podcast.play(); return false" id="play">Play</a>
<a data-role="button" href="#" onclick="Podcast.download(); return false" id="download">Download</a>
<a data-role="button" href="#" onclick="Podcast.consumed(); return false" id="consumed">Mark Old</a>
</div>
$("#consumed").text("Mark New");