简单的Ajax和jQuery的文章外文翻译
《简单的Ajax和jQuery的文章外文翻译》由会员分享,可在线阅读,更多相关《简单的Ajax和jQuery的文章外文翻译(10页珍藏版)》请在毕设资料网上搜索。
1、 山 东 轻 工 业 学 院 外文资料及中文译文 院系名称 信息学院 学生姓名 孙吉祥 学生学号 200803014116 专业班级 _ 计科 08-3 指导教师 姜文峰 年 月 日 1 外文资料 出处: http:/ Easy Ajax with jQuery Article Ajax is changing web applications, giving them a responsiveness thats unheard of beyond the desktop. But behind all the hype, theres not much to Ajax (X)HTML, J
2、avaScript, and XML are nothing new, and in this tutorial, Ill show you how to simplify the process of adding Ajax to your application even further with the help of jQuery, a popular JavaScript library. Whats Ajax? Youve probably heard about Ajax before, or at least used an Ajax-based application Gma
3、il, for instance. Quite simply, Ajax is a technique for handling external data through JavaScript asynchronously, without reloading the entire page. Site Point offers a good introduction to Ajax. Jesse James Garrett is credited with coining the term in this article.Unfortunately, in-depth tutorials
4、on practical ways to enter the world of Ajax are few and far between. To add to the problem, the XML Http Request class used by Ajax isnt very easy for beginning web developers to use. Luckily, a number of JavaScript libraries offer an easier way. Today Ill show you how j Query one of these librarie
5、s allows you to easily add Ajax to your application. Whats jQuery? jQuery is another mature JavaScript library that offers some features that the others do not. Admittedly, its not exactly as lightweight as some of the other offerings: jQuery comes in at 19kb, while moo.fx is only 3kb. You can read
6、more about jQuery at The JavaScript Library World Cup for a comparison of a few other JavaScript libraries that offer similar functionality. Assumed Knowledge To complete this tutorial, youll need some basic JavaScript knowledge. If you know any C-style languages, youll get the hang of JavaScript in
7、 no time. Just think curly braces, function declarations, and optional semicolons at the end of each line (theyre not optional with jQuery, though). If youre keen to get started with JavaScript, see this excellent, concise JavaScript tutorial designed for programmers. Also, since were talking about
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 简单 ajax 以及 jquery 文章 外文 翻译
