近日,jQuery Mobile开发团队在其官方博客上正式发布jQuery Mobile 1.4.3版本。
jQuery Mobile框架讲究的是“写的少,做的多”,取代为每个移动设备或操作系统编写独特的应用,jQuery Mobile框架让你设计一个可以在所有主流的智能手机、平板电脑及桌面都能运行的网站和应用。
1.jQuery Mobile继承了jQuery的“write less,do more”精髓,具有良好的扩展性和可定制性。
2.全面兼容各种平台设备,对于不支持的手机类型,也会予以基础样式。
2013年12月,jQuery Mobile发布1.4.0正式版,主要侧重于JQM性能、部件改进,全面采取扁平化设计风格,除了默认主题和SVG图标的改变之外,主题继承工作方式也发生变化,并新增了一系列功能。
2014年7月,jQuery Mobile发布1.4.3版本,除了不断的Bug修复和性能提升之外,JQM 1.4.3还包含了一个全新的PageContainer事件Demo。
详细的更新日志请进入:http://jquerymobile.com/changelog/1.4.3/
如果想放在自己的主机上,请下载zip里面所有的文件:
- Zip File: jquery.mobile-1.4.3.zip (JavaScript, CSS, and images)
jQuery CDN provided by MaxCDN
JavaScript:
- Uncompressed: jquery.mobile-1.4.3.js (useful for debugging)
- Minified and Gzipped: jquery.mobile-1.4.3.min.js (full library, ready to deploy)
CSS:
- Uncompressed with Default theme: jquery.mobile-1.4.3.css (useful for debugging)
- Minified and Gzipped with Default theme: jquery.mobile-1.4.3.min.css (full library, ready to deploy)
- Uncompressed structure without a theme: jquery.mobile-1.4.3.css (useful for theme development)
- Minified and Gzipped structure without a theme: jquery.mobile-1.4.3.min.css (to be used with custom theme and icon CSS, ready to deploy)
复制并粘贴片段为jQuery的CDN承载的文件:
- <link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.css" />
- <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
- <script src="http://code.jquery.com/mobile/1.4.3/jquery.mobile-1.4.3.min.js"></script>
Google CDN
- http://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.3/jquery.mobile.js
- http://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.3/jquery.mobile.min.js
- http://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.3/jquery.mobile.css
- http://ajax.googleapis.com/ajax/libs/jquerymobile/1.4.3/jquery.mobile.min.css
Microsoft CDN
开发者可直接登陆GitHub下载***版本的jQuery Mobile,或登陆JQM Demos了解更多关于JQM 1.4.3的信息。