jQuery mobile, the touch optimized framework used by numerous mobile application developers; introduced a new beta version jQuery Mobile 1.4.0. This new version is focused on improved performance and introduction of a new default flat theme and SVG icons.
As mentioned in my earlier post, Flat design has taken over the design world and now with this new jQuery Mobile version it will be easier for app developers to adopt this design. The new default theme is flat with a more modern design with only 2 swatches; a light "A" swatch and a dark "B" swatch. Unlike the earlier versions of jQm, thenumber of swatches in this version are only 2.
This is what the new design looks like:
Include this code snippet in your page for the new version.
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.0-beta.1/jquery.mobile-1.4.0-beta.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.0-beta.1/jquery.mobile-1.4.0-beta.1.min.js"></script>
or you can download the CDN hosted files from here.