ajax usage
I love async feature of AJAX so much. I won’t use it if JS could only send request synchroly.
Also way to use it rather easy enough:
1 |
|
Function above will get an available XML http request object, which is the key component of async-communication.
1 |
|
Right? Light weight and easy to handle.
Notice different parameter passing usage should be taken when in disparate request METHOD.
ajax usage
https://rug.al/2014/2014-02-25-ajax-usage/