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

What is the use of xhtml modules?

0 Answers  


What minimum things do you have to do in order to include bootstrap & boostrap js in a project/ html document.

0 Answers  


How can I allow file uploads to my web site?

0 Answers  


What is html tags used for?

0 Answers  


Who made html5?

0 Answers  






Is it possible to set specific colors for table borders?

0 Answers  


Can I have two or more actions in the same form?

0 Answers  


How to create and access sessionstorage object in html?

0 Answers  


What is difference between @Html.Partial and @Html.RenderPartial ?

0 Answers   Wipro,


How do you get higher results on google?

0 Answers  


How can I hide my source?

0 Answers  


What is purpose of clearPosition() method of geolocation object of HTML5?

0 Answers  


Categories