/    Sign up×
Community /Pin to ProfileBookmark

Differences Between Ajax And jQuery

Folks,

Is Ajax JavaScript stuff ?
What is different between Ajax and jQuery ?
What are pros and cons of each when comparing one with the other ?
Anything else I should know ?

to post a comment
PHP

7 Comments(s)

Copy linkTweet thisAlerts:
@ginerjmSep 29.2019 — This may help. Ajax is a way of communicating between a client and the server without losing the client status. A page on the client can utiliz JS or JQ to make a call to the server to start a php script that does something and returns a result to that JS or JQ call which can then be processed by the client's JQ/JS code.

Yes - it sounds like there is a lot more for you to know.
Copy linkTweet thisAlerts:
@NogDogSep 29.2019 — It's a meaningless comparison: AJAX is a pattern you can use in JavaScript to communicate with web server APIs. JQuery is a framework/library of JavaScript code designed to reduce the amount of down-in-the-weeds code a developer has to write. One of the the things JQuery includes is AJAX-related functionality -- so it's not one or the other.
Copy linkTweet thisAlerts:
@VITSUSASep 30.2019 — @developer_web#1609293 JQuery is like an open-source software, acts as the JS library that makes the HTML’s client-side scripting simpler. JQuery synthesizes all problems in JS into a library.

Ajax is a technique to make fast dynamic web pages. It combines several programming tools such as JavaScript dynamic HTML (DHTML), cascading style sheets (CSS), Extensible Markup Language (XML),

What is your goal? What you wants to implement? After that we can suggest you what things will be more beneficial to you.
Copy linkTweet thisAlerts:
@siddhi_patelOct 01.2019 — Hi,

**Jquery**

Jquery is java script library. it is open source that makes the HTML’s client-side scripting faster and simpler.

it reduce the java script code into smaller jquery code.

**Ajax**

It stands for Asynchronous JavaScript XML which is a technique to make fast dynamic web pages. It can be understood to be a part of JS, running on JS. It can be seen as a way to replace data using a server, and update web page sections but does not need to reload the entire page.
Copy linkTweet thisAlerts:
@PrecalfOct 02.2019 — Ajax helps the client to connect to the server, without losing his client’s status.
Copy linkTweet thisAlerts:
@ginerjmOct 02.2019 — @precalf - As I said in the first response here.
Copy linkTweet thisAlerts:
@ilyasgoharOct 03.2019 — JQuery is a framework based on javascript.

AJAX is short for asynchronous javascript and xml, which is a method used to update/change html code on a website independently, on the client side, without having to refresh the whole page.

An example of AJAX would be the vote counter on Quora getting updated when someone votes on your answer, the follower count on questions, etc.
×

Success!

Help @developer_web spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.26,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...