jQuery Mobile發(fā)布1.4.3版本
近日,jQuery Mobile開發(fā)團(tuán)隊(duì)在其官方博客上正式發(fā)布jQuery Mobile 1.4.3版本。
jQuery Mobile框架講究的是“寫的少,做的多”,取代為每個(gè)移動(dòng)設(shè)備或操作系統(tǒng)編寫?yīng)毺氐膽?yīng)用,jQuery Mobile框架讓你設(shè)計(jì)一個(gè)可以在所有主流的智能手機(jī)、平板電腦及桌面都能運(yùn)行的網(wǎng)站和應(yīng)用。
1.jQuery Mobile繼承了jQuery的“write less,do more”精髓,具有良好的擴(kuò)展性和可定制性。
2.全面兼容各種平臺(tái)設(shè)備,對(duì)于不支持的手機(jī)類型,也會(huì)予以基礎(chǔ)樣式。
2013年12月,jQuery Mobile發(fā)布1.4.0正式版,主要側(cè)重于JQM性能、部件改進(jìn),全面采取扁平化設(shè)計(jì)風(fēng)格,除了默認(rèn)主題和SVG圖標(biāo)的改變之外,主題繼承工作方式也發(fā)生變化,并新增了一系列功能。
2014年7月,jQuery Mobile發(fā)布1.4.3版本,除了不斷的Bug修復(fù)和性能提升之外,JQM 1.4.3還包含了一個(gè)全新的PageContainer事件Demo。
詳細(xì)的更新日志請(qǐng)進(jìn)入:http://jquerymobile.com/changelog/1.4.3/
如果想放在自己的主機(jī)上,請(qǐng)下載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)
 
復(fù)制并粘貼片段為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了解更多關(guān)于JQM 1.4.3的信息。
















 
 
 

 
 
 
 