Home/ Course/ AJAX

Getting started with Ajax asynchronous request technology from scratch

Introduction Chapter Courseware
An asynchronous request means that after the client sends a request message, it does not wait for the server's response and continues to perform other operations. Web applications using Ajax technology can quickly present incremental updates to the user interface without the need to reload (refresh) the entire page, which allows the program to respond to user operations faster.
  • Difficulty:Elementary
  • Total of18 chapters
  • 14360 plays
  • About Instructor

    王林
    王林
    student
    You will learn:

    An asynchronous request means that after the client sends a request message, it does not wait for the server's response and continues to perform other operations. Web applications using Ajax technology can quickly present incremental updates to the user interface without the need to reload (refresh) the entire page, which allows the program to respond to user operations faster.

  • CancelreplySending
  • php.cn