I'm trying to use multiple JQuery Mobile swatches/themes on different widgets on a single page.
E.g. : my page has theme 'a' while some button needs theme 'b'
I tried setting different data-theme
attributes on the page and the button but the button still shows the same theme as the page.
How to achieve this?