我正在使用新的jquery mobile 1.0 alpha 1版本來構建移動應用程序,我需要能夠切換按鈕的文本。切換文本正常工作,但只要您執行文本替換,CSS格式化就會中斷。更改按鈕文本jquery mobile
屏幕截圖搞砸格式: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");
爲什麼你在使用jQuery的HTML中使用onclick ??? – naugtur 2011-05-30 10:44:38