add ajax content (#2515)

pull/2513/head^2
Daulet Abishev 2 years ago committed by GitHub
parent eae9b82a0b
commit 7a7d1c4d58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      content/roadmaps/113-qa/content/103-qa-automated-testing/100-frontend-automation/100-basic-introduction/ajax.md

@ -1 +1,8 @@
# Ajax # Ajax
AJAX stands for Asynchronous JavaScript And XML. In a nutshell, it is the use of the XMLHttpRequest object to communicate with servers. It can send and receive information in various formats, including JSON, XML, HTML, and text files.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://www.w3schools.com/whatis/whatis_ajax.asp'>What is AJAX?</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/Guide/AJAX/Getting_Started'>Getting started</BadgeLink>
<BadgeLink badgeText='Watch' colorScheme="yellow" href='https://www.youtube.com/watch?v=3l13qGLTgNw'>What Is Ajax?</BadgeLink>
Loading…
Cancel
Save