InterviewSolution
Saved Bookmarks
| 1. |
What is readyState in Ajax? |
|
Answer» In AJAX, the READYSTATE is a function to be called when the readyState property changes. It HOLDS the STATUS of the XMLHTTPREQUEST. |
|