javascript - jQuery Mobile file usage -


something pointed out me never heard of before , came quite of surprise me: files include when using jquery mobile , custom theme.

as site states, if want use bare-bones version of jquery mobile, need include jquerymobile.css, jquery.js, , jquerymobile.js. pointed out me if want use custom theme, not have include jquerymobile.css in header. theme.css , mobilestructure.css.

is true or confusion on part? seems simple question couldn't find definitive answer out there.

yes true, looked @ code works using jquerymobile , theme made using theme roller , 2 css files have .

    <link rel="stylesheet" href="/stylesheets/themes/cyan1.css" />     <link rel="stylesheet" href="/stylesheets/jquery.mobile.structure-1.3.1.min.css" /> 

Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -