Asynchronous request with JavaScript: home-made AJAX
This is a translation from my original post in spanish. I hope you enjoy it!
A few days ago I was building a module that should make asynchronous requests to a webservice using javascript, in other words, the famous AJAX but manually made, without using any library. For those who do not know what AJAX is, [...]