01/10/2018, 10:43

Javascript - AJAX

Cho mình hỏi là " this " đó là chỉ cái gì ạ.

*grab popcorn* viết 12:56 ngày 01/10/2018

Tùy cách gọi hàm đó nữa ._.

Tuy nhiên nếu gọi dạng xhttp.onread.. thì this là xhttp;

Jo Ker viết 12:45 ngày 01/10/2018

This ở đây là xhttp đó bạn. Vì các properties readyState và status là của XMLHttpRequest.

MDN Web Docs

XMLHttpRequest

Use XMLHttpRequest (XHR) objects to interact with servers. You can retrieve data from a URL without having to do a full page refresh. This enables a Web page to update just part of a page without disrupting what the user is doing.

Bài liên quan
0