How to execute mass reset/re-style ?
We all know by now that upon updating of new data for specific controls, we can execute:
$("#div_id").listview();
or
$("#div_id").controlgroup();
or
etc...
to "refresh" specific components.
But that could be too much work in the long run, I wish there is a single "Listen up JQuery Mobile ! All data has been updated and I am not going to bother telling you which are the components that need to be updated or restyled, just restyle everything...EVERYTHING !!! NOW !!!" button.
Is there such a function ?