I'm dynamically modifying the data-theme attribute of an anchor tag as a way to visually alert the user that more action is required.
In the a1 release, I was able to do this in two steps.
1. After designated event, add the data-theme attribute
2. After button is clicked, remove the data-theme attribute
However, in the a2 release, the second step above no longer works. It remains styled according to step #1 even though the data-theme attribute is no longer present.
Is there a way to "refresh" the button style after step #2?
Thanks!