A joke of a question asked at Extentia by an extremely
intelligent HUMAN.
What is the difference between AJAX and Jquery ?
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 |
Where is the seo title?
if i have a parent sequence with the property set- exit on success, n the try sequence block set to exit on success, n the catch sequence block too set to failure, what is the result?
What is xhtml? Why is xhtml needed? Advantages of using xhtml rather than html
How we can have different cells in each row in <table>?
What is difference between @Html.Partial and @Html.RenderPartial ?
How we can insert comment in html?
What is a tag for writing?
Is Xaml is better then HTML5 ?
What does ul mean?
What are advantages of html?
What is :: before in html?
What is tag attribute?