When you're in the process of downloading a jQuery UI theme, there is an option to specify a "CSS Scope".
If you input something like #my-app in the CSS Scope field, then all CSS rules will be prefixed with #my-app, restricting the application of those rules only to the element with id my-app
.
This feature is quite handy and I was hoping to achieve a similar function with a jQuery Mobile theme. However, after checking both the jQuery mobile download page and the jQuery Mobile ThemeRoller, I could not find this setting anywhere.
Is it possible that such a capability does not exist within jQuery Mobile, or am I simply overlooking where this particular option might be located?