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
Post a Comment