Created
January 26, 2012 19:17
-
-
Save toddparker/1684486 to your computer and use it in GitHub Desktop.
From the blog post
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul> | |
<li><a href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.css">Uncompressed with Default theme: jquery.mobile-1.0.1.css</a> (useful for debugging)</li> | |
<li><a href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css">Minified and Gzipped with Default theme: jquery.mobile-1.0.1.min.css</a> (7KB, ready to deploy)</li> | |
<li><a href="http://code.jquery.com/mobile/1.0.1/jquery.mobile.structure-1.0.1.css">Uncompressed structure <strong>without a theme</strong>: jquery.mobile-1.0.1.css</a> (useful for theme development)</li> | |
<li><a href="http://code.jquery.com/mobile/1.0.1/jquery.mobile.structure-1.0.1.min.css">Minified and Gzipped structure <strong>without a theme</strong>: jquery.mobile-1.0.1.min.css</a> (6KB, ready to deploy)</li> | |
</ul> | |
<strong>Copy-and-Paste Snippet for CDN-hosted files (recommended):</strong> | |
<pre style="font-size: 12px; line-height: 155%; margin-bottom: 2px;"><link rel="stylesheet" href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" /> | |
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script> | |
<script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script></pre> | |
<strong>Microsoft CDN hosted jQuery Mobile files:</strong> | |
<a href="http://www.asp.net/ajaxLibrary/CDNjQueryMobile101.ashx">http://www.asp.net/ajaxLibrary/CDNjQueryMobile101.ashx</a> | |
<strong>ZIP File: | |
</strong>If you want to host the files yourself you can download a zip of all the files: | |
<ul> | |
<li><a href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.zip">Zip File: jquery.mobile-1.0.1.zip</a> (JavaScript, CSS, and images)</li> | |
</ul> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment