Skip to content

Commit 271eec5

Browse files
authored
Merge pull request #2542 from eMUQI/patch-3
Update part0b.md
2 parents ecc4795 + 1d2a5b6 commit 271eec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/0/zh/part0b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ var sendToServer = function(note) {
716716
与其只使用JavaScript和DOM-API,不如使用包含更简易工具的库,与DOM-API相比更容易操作,通常用于操作页面。这些库中一个一直很流行的是[jQuery](https://jquery.com/)。
717717
718718
<!-- jQuery was developed back when web applications mainly followed the traditional style of the server generating HTML pages, the functionality of which was enhanced on the browser side using JavaScript written with jQuery. One of the reasons for the success of jQuery was its so-called cross-browser compatibility. The library worked regardless of the browser or the company that made it, so there was no need for browser-specific solutions. Nowadays using jQuery is not as justified given the advancement of JavaScript, and the most popular browsers generally support basic functionalities well.-->
719-
jQuery是早在网络应用主要遵循服务器生成HTML页面的传统风格时开发的,这种风格的功能通过在浏览器端使用 JavaScript 搭配使用 jQuery 来增强。jQuery成功的原因之一是其所谓的跨浏览器兼容性。这个库无论在哪种浏览器或制造它的公司都能工作,所以不需要针对浏览器的解决方案。如今,考虑到JavaScript的发展,使用jQuery就不那么合理了,最流行的浏览器一般都能很好地支持基本功能。
719+
jQuery是早在网络应用主要遵循服务器生成HTML页面的传统风格时开发的,这种风格的功能通过在浏览器端使用 JavaScript 搭配使用 jQuery 来增强。jQuery成功的原因之一是其所谓的跨浏览器兼容性。这个库无论在哪种浏览器或制造它的公司都能工作,所以不需要针对浏览器的解决方案。如今,考虑到JavaScript的发展,使用jQuery就不那么合理了,最流行的浏览器一般都能很好地支持基本功能。
720720
721721
<!-- The rise of the single page app brought several more "modern" ways of web development than jQuery. The favorite of the first wave of developers was [BackboneJS](http://backbonejs.org/). After its [launch](https://github.com/angular/angular.js/blob/master/CHANGELOG.md#100-temporal-domination-2012-06-13) in 2012, Google's [AngularJS](https://angularjs.org/) quickly became almost the de facto standard of modern web development.-->
722722
单页应用的兴起带来了几种比jQuery更 "现代 "的网页开发方式。第一波开发者的最爱是[BackboneJS](http://backbonejs.org/)。在2012年[推出](https://github.com/angular/angular.js/blob/master/CHANGELOG.md#100-temporal-domination-2012-06-13)之后,谷歌的[AngularJS](https://angularjs.org/)迅速成为现代网页开发的事实标准。

0 commit comments

Comments
 (0)