I\'m using the new jquery mobile 1.0 alpha 1 release to build a mobile app and I need to be able to toggle the text of a button. Toggling the text works fine, but as soon a
When you create the button it adds some additional elements, some inner elements that look like this:
Mark Old
To change the text, you'll want this selector:
$("#consumed .ui-btn-text").text("Mark New");