I have some doubt regarding jquery and ajax.
What is the difference between jquery and ajax?
Do jquery accesses server resource or its just do the things at client side?
while solving a problem what to choose out of these two?

Recommended Answers

All 2 Replies

Member Avatar for rajarajan2017

JQUERY:
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. As you said it is a client side part.

AJAX

AJAX is not a new programming language, but a new way to use existing standards.

AJAX is the art of exchanging data with a server, and update parts of a web page - without reloading the whole page. AJAX is about updating parts of a web page, without reloading the whole page.

Examples of applications using AJAX: Google Maps, Gmail, Youtube, and Facebook tabs.

Also refer to the attached jpeg for ajax process.

Thanks for your reply.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.