A joke of a question asked at Extentia by an extremely
intelligent HUMAN.

What is the difference between AJAX and Jquery ?



A joke of a question asked at Extentia by an extremely intelligent HUMAN. What is the difference..

Answer / 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

More HTML DHTML Interview Questions

When was html5 created?

0 Answers  


What is html4?

0 Answers  


How can I check for errors?

1 Answers  


What is a navigation title?

0 Answers  


explain what are the new media elements in html5? Is canvas element used in html5

0 Answers  






What is a tag in html5?

0 Answers  


What tags are required for an html page?

0 Answers  


Does html5 native support for local storage?

0 Answers  


Difference between HTML and DHTML?

16 Answers   ABS, Accenture, CGI, College School Exams Tests,


Phonegap uses html5, css, and __________ to write and deploy application.

0 Answers  


What is quirks mode in html5?

0 Answers  


What is the use of section tag?

0 Answers  


Categories