Thursday, October 4, 2012

jQuery Mobile Beta 1 Released!

The jQuery Mobile team has announced the release of Beta 1. The new jQuery Mobile is faster, extensible and more compatible. They’re planning on releasing a second Beta in about a month that will begin decoupling our code so you can include only the components you need, add greater extensibility to support dynamic JS-driven sites, and bring even broader device support.

Note that jQuery Mobile 1.0 will require jQuery core 1.6 as a baseline. Going forward, they’ll be supporting the two latest major versions of core but we’re starting with a cleaner baseline for launch. Read here the full details about the new release of jQuery Mobile.

Download Details:

CDN-Hosted JavaScript:
Uncompressed: jquery-mobile-1.0b1.js (useful for debugging)
Minified and Gzipped: jquery-mobile-1.0b1.min.js (20KB, ready to deploy)

CDN-Hosted CSS:
Uncompressed: jquery-mobile-1.0b1.css (useful for debugging)
Minified and Gzipped: jquery-mobile-1.0b1.min.css (7KB, ready to deploy)

Copy-and-Paste Snippet for CDN-hosted files (recommended):
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.css" /> <script src="http://code.jquery.com/jquery-1.6.1.min.js"></script> <script src="http://code.jquery.com/mobile/1.0b1/jquery.mobile-1.0b1.min.js"></script> 
If you want to host the files yourself you can download a zip of all the files:

ZIP File:

Zip File: jquery-mobile-1.0b1.zip (JavaScript, CSS, and images)

Feel free to contact me for any help related to jQuery, I will gladly help you.

No comments:

Post a Comment