温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

jQuery Mobile发布1.4.3版本的分析是怎样的

发布时间:2021-11-15 21:27:52 来源:亿速云 阅读:101 作者:柒染 栏目:移动开发

这篇文章给大家介绍jQuery Mobile发布1.4.3版本的分析是怎样的,内容非常详细,感兴趣的小伙伴们可以参考借鉴,希望对大家能有所帮助。

近日,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

  • Microsoft CDN &ndash; jQuery Mobile

关于jQuery Mobile发布1.4.3版本的分析是怎样的就分享到这里了,希望以上内容可以对大家有一定的帮助,可以学到更多知识。如果觉得文章不错,可以把它分享出去让更多的人看到。

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI