I used ThemeRoller to create a theme with one swatch for each skin in my app. In the pageinit event handler I'm trying to set the theme appropriate to this specific view but I don't see any visible change. Is there a refresh-type method I need to call after executing something like this?
$('div:jqmData(role="page")').jqmData(cmpTheme);
Thanks!
Bill