A joke of a question asked at Extentia by an extremely
intelligent HUMAN.
What is the difference between AJAX and Jquery ?
Answer Posted / jquery
It is like comparing apples to oranges but here's the answer,
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.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of 'output' tag in HTML5?
Explain HTML Hyperlinks?
What is the main function of dom?
How do you create a numbered list?
Describe the difference between cookies, sessionStorage, and localStorage.
Is html5 compatible with old browsers?
Why h1 tag is used in html?
What is li a in html?
How do I open a link into a new window?
Distinguish between static vs. Dynamic html
Why do my links open new windows rather than update an existing frame?
When should I use div tags?
Which tag represents the result of a calculation?
How do you align a table to the right (or left)?
What is the use of dom in html?