Download
Download builder
We now have a tool to let you build you own custom bundle that contains only the components you need. The builder will generate a custom JavaScript and both a full and structure-only theme stylesheet for production use.
Try the download builder tool now (Alpha).
Latest Version: 1.3.2
CDN-Hosted JavaScript:
- Uncompressed: jquery.mobile-1.3.2.js (useful for debugging)
- Minified: jquery.mobile-1.3.2.min.js (full library, ready to deploy)
CDN-Hosted CSS:
- Uncompressed with Default theme: jquery.mobile-1.3.2.css (useful for debugging)
- Minified with Default theme: jquery.mobile-1.3.2.min.css (full library, ready to deploy)
- Uncompressed structure without a theme: jquery.mobile-1.3.2.css (useful for theme development)
- Minified structure without a theme: jquery.mobile-1.3.2.min.css (full library, ready to deploy)
Copy-and-Paste Snippet for CDN-hosted files (recommended):
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css" /> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
ZIP File:
If you want to host the files yourself you can download a zip of all the files:
- Zip File: jquery.mobile-1.3.2.zip (JavaScript, CSS, and images)
Microsoft CDN hosted jQuery Mobile files:
Legacy Version: 1.2.1
We provide CDN-hosted versions of jQuery Mobile for you to include into your site. These are already minified and compressed – and host the image files as well. It’ll likely be the fastest way to include jQuery Mobile in your site.
CDN-Hosted JavaScript:
- Uncompressed: jquery.mobile-1.2.1.js (useful for debugging)
- Minified: jquery.mobile-1.2.1.min.js (full library, ready to deploy)
CDN-Hosted CSS:
- Uncompressed with Default theme: jquery.mobile-1.2.1.css (useful for debugging)
- Minified with Default theme: jquery.mobile-1.2.1.min.css (full library, ready to deploy)
- Uncompressed structure without a theme: jquery.mobile-1.2.1.css (useful for theme development)
- Minified structure without a theme: jquery.mobile-1.2.1.min.css (full library, ready to deploy)
Copy-and-Paste Snippet for CDN-hosted files (recommended):
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.css" /> <script src="http://code.jquery.com/jquery-1.8.3.min.js"></script> <script src="http://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.js"></script>
ZIP File:
If you want to host the files yourself you can download a zip of all the files:
- Zip File: jquery.mobile-1.2.1.zip (JavaScript, CSS, and images)
Microsoft CDN hosted jQuery Mobile files:
Legacy Version: 1.1.2
We provide CDN-hosted versions of jQuery Mobile for you to include into your site. These are already minified and compressed – and host the image files as well. It’ll likely be the fastest way to include jQuery Mobile in your site.
CDN-Hosted JavaScript:
- Uncompressed: jquery.mobile-1.1.2.js (useful for debugging)
- Minified: jquery.mobile-1.1.2.min.js (full library, ready to deploy)
CDN-Hosted CSS:
- Uncompressed with Default theme: jquery.mobile-1.1.2.css (useful for debugging)
- Minified with Default theme: jquery.mobile-1.1.2.min.css (full library, ready to deploy)
- Uncompressed structure without a theme: jquery.mobile-1.1.2.css (useful for theme development)
- Minified structure without a theme: jquery.mobile-1.1.2.min.css (full library, ready to deploy)
Copy-and-Paste Snippet for CDN-hosted files (recommended):
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.2/jquery.mobile-1.1.2.min.css" /> <script src="http://code.jquery.com/jquery-1.7.2.min.js"></script> <script src="http://code.jquery.com/mobile/1.1.2/jquery.mobile-1.1.2.min.js"></script>
ZIP File:
If you want to host the files yourself you can download a zip of all the files:
- Zip File: jquery.mobile-1.1.2.zip (JavaScript, CSS, and images)
Microsoft CDN hosted jQuery Mobile files:
Legacy Version: 1.0.1
CDN-Hosted JavaScript:
- Uncompressed: jquery.mobile-1.0.1.js (useful for debugging)
- Minified: jquery.mobile-1.0.1.min.js (full library, ready to deploy)
CDN-Hosted CSS:
- Uncompressed with Default theme: jquery.mobile-1.0.1.css (useful for debugging)
- Minified with Default theme: jquery.mobile-1.0.1.min.css (full library, ready to deploy)
- Uncompressed structure without a theme: jquery.mobile-1.0.1.css (useful for theme development)
- Minified structure without a theme: jquery.mobile-1.0.1.min.css (full library, ready to deploy)
Copy-and-Paste Snippet for CDN-hosted files (recommended):
<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>
ZIP File:
If you want to host the files yourself you can download a zip of all the files:
- Zip File: jquery.mobile-1.0.1.zip (JavaScript, CSS, and images)
Microsoft CDN hosted jQuery Mobile files: