Questions tagged [onreadystatechange]

An XMLHttpRequest event handler. Called whenever the readyState attribute changes.

https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/onreadystatechange

106 questions
-1
votes
1 answer

AJAX in Javascript - named callback doesn't work

I am doing a very simple AJAX with javascript demo. My application has an AddCountry page, user selects a country and the states list is dynamically populated via AJAX. The demo was working nicely until I decided to try something new. Instead of an…
Navin Israni
  • 1,327
  • 3
  • 15
  • 27
1 2 3 4 5 6 7
8