ReadyState
What is the concept of ready State in Ajax?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Arjun PanwarPosted Nov 16, 2011, 10:56 PM
Prabhu RajaPosted Nov 16, 2011, 5:27 AM
Arjun PanwarPosted Nov 16, 2011, 5:05 AM
Satyapriya NayakPosted Nov 16, 2011, 2:18 AM
The readyState property holds the status of the XMLHttpRequest.
It Changes from 0 to 4
0: request not initialized
1: server connection established
2: request received
3: processing request
4: request finished and response is ready
Thanks