What is the purpose of jquery.mobile.structure?

I downloaded the latest JQM and saw jquery.mobile.structure-1.1.0-rc.1.css.

Q: What is it for? Do I need to include it in my project?

+3


source to share


1 answer


It looks like the jQuery guys made a small mistake on the jQuery Mobile 1.1rc1 page -

This link: Uncompressed structure with no theme: jquery.mobile-1.1.0-rc.1.css



Actually read: Uncompressed structure without theme: jquery.mobile.structure-1.1.0-rc.1.css

If you want to create your own theme for jQuery Mobile, you should use this file as a base. Otherwise, if you just want to use an existing theme, you can ignore it (assuming you are using a regular css file, of course).

+6


source







All Articles