jQuery Mobile發(fā)布1.4.3版本
近日,jQuery Mobile開發(fā)團隊在其官方博客上正式發(fā)布jQuery Mobile 1.4.3版本。
jQuery Mobile框架講究的是“寫的少,做的多”,取代為每個移動設備或操作系統(tǒng)編寫獨特的應用,jQuery Mobile框架讓你設計一個可以在所有主流的智能手機、平板電腦及桌面都能運行的網(wǎng)站和應用。
1.jQuery Mobile繼承了jQuery的“write less,do more”精髓,具有良好的擴展性和可定制性。
2.全面兼容各種平臺設備,對于不支持的手機類型,也會予以基礎樣式。
2013年12月,jQuery Mobile發(fā)布1.4.0正式版,主要側(cè)重于JQM性能、部件改進,全面采取扁平化設計風格,除了默認主題和SVG圖標的改變之外,主題繼承工作方式也發(fā)生變化,并新增了一系列功能。
2014年7月,jQuery Mobile發(fā)布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
開發(fā)者可直接登陸GitHub下載***版本的jQuery Mobile,或登陸JQM Demos了解更多關于JQM 1.4.3的信息。
















 
 
 

 
 
 
 