let's say we have a button inside our application and we dynamically change its value. how can we force the button to re-render itself in jQ mobile style? I tried using the '.button()'-method, but that didn't work - probably since the button is already in the DOM. any ideas on this one?