jQuery Mobile 1.4.1 Released
Today we released jQuery Mobile 1.4.1 More than 50 bug fixes landed in this first maintenance release for 1.4, including fixes for swipe, panel and textinput’s autogrow. See the 1.4.1 changelog for a list of all changes.
Download
CDN-Hosted JavaScript:
- Uncompressed: jquery.mobile-1.4.1.js (useful for debugging)
- Minified and Gzipped: jquery.mobile-1.4.1.min.js (ready to deploy)
CDN-Hosted CSS:
- Uncompressed with Default theme: jquery.mobile-1.4.1.css (useful for debugging)
- Minified and Gzipped with Default theme: jquery.mobile-1.4.1.min.css (ready to deploy)
- Uncompressed structure without a theme: jquery.mobile-1.4.1.css (useful for theme development)
- Minified and Gzipped structure without a theme: jquery.mobile-1.4.1.min.css (ready to deploy)
Copy-and-Paste Snippet for CDN-hosted files:
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.1/jquery.mobile-1.4.1.min.css"> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script src="http://code.jquery.com/mobile/1.4.1/jquery.mobile-1.4.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.4.1.zip (JavaScript, CSS, images, and demos)
Download Builder:
Git
Supported jQuery versions
jQuery Mobile 1.4 supports jQuery core 1.8 and newer
Graded Browser Support
See the jQuery Mobile 1.4 Supported Platforms page for the Graded Browser Support of this version.
Changelog
All changes are listed in the 1.4.1 changelog. If you are upgrading from jQuery Mobile 1.3 you can use the 1.4 upgrade guide.
Comments
Please do not use the comments section of this blog post to report bugs or ask for support. See our Contributing Guidelines for instructions about reporting issues. Use the forum for support questions. Thank you!