Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1017793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T10:45:30+00:00 2026-05-16T10:45:30+00:00

Ajax – Asynchronous JavaScript And XML What does it include? HTML, JavaScript, XML, jQuery?

  • 0

Ajax – Asynchronous JavaScript And XML

What does it include? HTML, JavaScript, XML, jQuery?

What is the best way to start learning Ajax? Should I start from the basics of HTML and JavaScript or base my instruction on a particular language or library?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T10:45:31+00:00Added an answer on May 16, 2026 at 10:45 am

    Ajax is, in short, the process of communicating with a webserver from a page, using JavaScript, without leaving the page.

    The key things you need to know for this are:

    • The JavaScript needed to make the request and handle the response
    • The server side code needed to receive the request and make the response (unless you are using a service that provides this for you)

    The server side of this depends very much on what server side environment you are working with, so there is little useful that is specific that could be said. What can be usually said are what form the responses can take.

    • JSON is a popular approach for sending structured data.
    • XML is another way to send structured data, but has been falling out of favour of late since JSON is, arguably, easier to work with.
    • Chunks of HTML are popular for shoving into pages with innerHTML.
    • Tiny bits of plain text are useful for simple responses.

    As for the client side, there are three common approaches:

    • XMLHttpRequest: Well supported and flexible.
    • fetch: A replacement for XHR with a nicer API but more limited browser support.
    • JSONP: A hack to work around the Same Origin Policy rendered obsolete by the introduction of CORS but which you might stumble across from time to time.

    I mentioned the Same Origin Policy above. Normally a script isn’t allowed to read data from another domain for security reasons. The CORS standard allows you to work around this.

    Now for some resources:

    • The W3C provides a good guide to JavaScript and other web standards if you need some background.
    • MDN also has an introduction to JS
    • MSN has a good guide to the XMLHttpRequest object
    • Ajaxian has an introduction to JSON-P
    • jQuery has functions to help with Ajax.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

AJAX actually means Asynchronous Javascript And XML. This term was derived because (as I
$.ajax({ type: GET, url: something.html, dataType: xml, success:function(data){} , }); The content while accessing
jquery ajax start handler not firing. Why? jquery 1.6.2 Code example: $(document).ready(function(){ $('#rr-loading-overlay').ajaxStart(function(){ alert('asda');
Does ajax post supports the usual validation upon submit of a form? Is @using(Html.BeginForm()){
Does Ajax calls made through $.get (JQuery) keep the Asp.Net session state alive? I
AJAX code: <script type=text/javascript> function doCalc(){ var roomX = $('#room_str').val(); var heightX = $('#height_str').val();
Ajax needs xmlhttp. Does Asp.net ajax, ajaxcontrol toolkits also needs xmlhttp for their smooth
Ajax Jquery form not working vs div why its happen and how can i
ajax code- ... xmlhttp.open(GET,voting.php?qid=+qid+, uid=+uid+, type=+type,true); ... is this the correct way to sent
$.ajax({url: path_to_file, cache: false, success: function(html_result){ $(#window_ + this.id + _cont_buffer).html(html_result);}) Now then. This

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.