AJAX Basics

Description

This topic covers the basic of AJAX.
Mohit Kakkar
Note by Mohit Kakkar, updated more than 1 year ago
Mohit Kakkar
Created by Mohit Kakkar almost 7 years ago
16
0

Resource summary

Page 1

AJAX stands for Asynchronous Javascript and XML.   1.  The motive of Ajax:       -> Requesting data from server without reloading the page       -> Sending data to server without reloading the page       -> Used to make callbacks, making round trip to and from the server to retrieve or send data       -> Asynchronous calls to web server, this allows client browser to avoid waiting for all data to arrive before allowing user to act once more   2. Arguments required by AJAX:       -> 1st argument is always  the URL, which will provide the required data       -> Then there are multiple optional arguments       ->There are 3 main params used in making an AJAX request:             -> URL              ->method: GET/POST             ->data: data required by the URL to fetch the dynamic result. Example: We've to attach the email to the URL order to fetch the results regarding that URL only.   3. AJAX result:       -> AJAX response will come in success label       -> Then we can perform different operation the response received

Show full summary Hide full summary

Similar

FOX Training Part 01
Cynnamon Stelly
Code Challenge Flow Chart
Charlotte Hilton
Flvs foundations of programming dba 2
mariaha vassar
javascript 1
Samuel Melendez
Quiz - Object Oriented Javascript
arunram.krish
Examen Fundamentos Basicos de Programación
Jose Valderrama0721
Test I. Introduction to web technologies
Angel Martínez Rodriguez
psycholgoy as level topic 2 - memory
Talya Hambling
EDEXCEL IGCSE (9-1) COMPUTER SCIENCE
CreativeKai 03
JavaScript Fundamentals
Andrew Watters