I play with jQuery Mobile (1.1.0 RC1) because it basically does everything that makes my site enjoyable on mobile devices.
What should I do if javascript is disabled? I'm still new to HTML5, but I understand that the style is based on data-*
attributes and without jQuery being able to read what topic / role it needs, the style cannot be applied.
I cannot find the default stylesheet that I can apply, and Theme Roller does not provide a basic pattern. Does jQuery Mobile have any reserve for this, or do I need to write my own set of styles?
source share