ajax或jquery的信息 [英] information of ajax or jquery

查看:145
本文介绍了ajax或jquery的信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我对使用ajax或jquery感到困惑,所以我想知道差异是什么,哪个更好,比如性能和复杂性。



I am confused about using ajax or jquery so I want to know what the differences are and which one is better such as performance and complexity.

推荐答案

Ajax代表异步JavaScript和XML 。它注意到一些确切的东西,它是一种技术,一种方法。但它主要与 XMLHttpRequest 混淆[ ^ ]工具,可以从客户端对服务器进行http调用,而无需刷新窗口内容,从而更改DOM 。更确切地说,XMLHttpRequest是Ajax的一部分。

JQuery是一个JavasScript库,它使ajax开发更容易......
Ajax stands for Asynchronous JavaScript and XML. It is note something exact, it is a technique, an approach. But it mostly confused with the XMLHttpRequest[^] tool, that makes it possible, to make a http call to a server from the client, without refreshing the window content, thus changing the DOM. More exactly XMLHttpRequest is part of Ajax.
JQuery is a JavasScript library that makes ajax development easier...


AJAX [ ^ ]是一种执行 XMLHttpRequest [ ^ ](带外Http请求)从网页到服务器并发送/检索要使用的数据在网页上。 AJAX代表异步Javascript和XML。它使用javascript构建XMLHttpRequest,通常在各种浏览器上使用不同的技术。



jQuery [ ^ ](网站 [ ^ ])是一个javascript框架,通过构建许多可用于搜索和与DOM交互的高级功能,使得使用DOM变得更容易。 jQuery的部分功能实现了一个用于执行AJAX请求的高级接口。 jQuery抽象地实现了这个接口,保护了开发人员在发出请求时不受多浏览器支持的复杂性的影响。



另请参阅下面的链接。

http://theprofessionalspoint.blogspot.in/2012/05/difference-之间-ajax-and-jquery.html [ ^ ]

http://www.differencebetween.net/technology/difference-between-jquery-and-ajax/ [ ^ ]
AJAX[^] is a technique to do an XMLHttpRequest[^] (out of band Http request) from a web page to the server and send/retrieve data to be used on the web page. AJAX stands for Asynchronous Javascript And XML. It uses javascript to construct an XMLHttpRequest, typically using different techniques on various browsers.

jQuery[^] (website[^]) is a javascript framework that makes working with the DOM easier by building lots of high level functionality that can be used to search and interact with the DOM. Part of the functionality of jQuery implements a high-level interface to do AJAX requests. jQuery implements this interface abstractly, shielding the developer from the complexity of multi-browser support in making the request.

And Also Refer Below Link.
http://theprofessionalspoint.blogspot.in/2012/05/difference-between-ajax-and-jquery.html[^]
http://www.differencebetween.net/technology/difference-between-jquery-and-ajax/[^]


这篇关于ajax或jquery的信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆