使用JavaScript和jQuery的AJAX之间的区别是什么? [英] What is the difference between AJAX with JavaScript and jQuery?

查看:124
本文介绍了使用JavaScript和jQuery的AJAX之间的区别是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用jQuery和AJAX使用JavaScript AJAX之间的区别是什么?

What is the difference between AJAX with jQuery and AJAX with JavaScript?

推荐答案

Javascript中,对这一问题的目的,是一个客户端(浏览器)的脚本语言。

Javascript, for the purposes of this question, is a client-side (in the browser) scripting language.

jQuery是内置的JavaScript库/框架。这是非常流行,因为它(几乎普遍),抽象了跨浏览器的兼容性问题,并强调不显眼和回调驱动Javascript编程。

jQuery is a library/framework built with Javascript. It is very popular because it (nearly universally) abstracts away cross-browser compatibility issues and it emphasises unobtrusive and callback-driven Javascript programming.

AJAX(异步JavaScript XML)是一种动态地更新UI的部分,而无需重新加载页面 - 让体验更类似于桌面应用程序

AJAX (Asynchronous Javascript XML) is a method to dynamically update parts of the UI without having to reload the page - to make the experience more similar to a desktop application.

编辑:

这听起来像你是新来这个。我会认真地建议你看看 http://www.w3schools.com/js/default.asp 获得启动。这是我用来学习JavaScript和它的完成令人难以置信的好。

It sounds like you're new to this. I would seriously recommend you check out http://www.w3schools.com/js/default.asp to get started. It's what I used to learn javascript and it's done incredibly well.

这篇关于使用JavaScript和jQuery的AJAX之间的区别是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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