After so many minor releases and Beta release, after one year or so jQuery team has finally released a stable 1.0 release for jQuery mobile. According to jQuery team it is rock solid release for jQuery mobile. jQuery Mobile 1.0 Final Requires jQuery core 1.6.4.
Below are some useful link for your reference.
Demos & Documentation
Quick Start Guide
Download 1.0 Zip
Download
CDN-Hosted JavaScript:
Uncompressed: jquery.mobile-1.0.js (useful for debugging)
Minified and Gzipped: jquery.mobile-1.0.min.js (24KB, ready to deploy)
CDN-Hosted CSS:
Uncompressed with Default theme: jquery.mobile-1.0.css (useful for debugging)
Minified and Gzipped with Default theme: jquery.mobile-1.0.min.css (7KB, ready to deploy)
Uncompressed structure without a theme: jquery.mobile.structure-1.0.css (useful for theme development)
Minified and Gzipped structure without a theme: jquery.mobile.structure-1.0.min.css (6KB, ready to deploy)
Also read my articles
Copy-and-Paste Snippet for CDN-hosted files (recommended):
Microsoft CDN hosted jQuery Mobile files:
http://www.asp.net/ajaxLibrary/CDNjQueryMobile10.ashx
Feel free to contact me for any help related to jQuery, I will gladly help you.
Below are some useful link for your reference.
Demos & Documentation
Quick Start Guide
Download 1.0 Zip
Download
CDN-Hosted JavaScript:
Uncompressed: jquery.mobile-1.0.js (useful for debugging)
Minified and Gzipped: jquery.mobile-1.0.min.js (24KB, ready to deploy)
CDN-Hosted CSS:
Uncompressed with Default theme: jquery.mobile-1.0.css (useful for debugging)
Minified and Gzipped with Default theme: jquery.mobile-1.0.min.css (7KB, ready to deploy)
Uncompressed structure without a theme: jquery.mobile.structure-1.0.css (useful for theme development)
Minified and Gzipped structure without a theme: jquery.mobile.structure-1.0.min.css (6KB, ready to deploy)
Also read my articles
Copy-and-Paste Snippet for CDN-hosted files (recommended):
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" /> <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script> <script src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
Microsoft CDN hosted jQuery Mobile files:
http://www.asp.net/ajaxLibrary/CDNjQueryMobile10.ashx
Feel free to contact me for any help related to jQuery, I will gladly help you.
No comments:
Post a Comment