T
T
tasadar22019-11-25 16:21:48
AJAX
tasadar2, 2019-11-25 16:21:48

Are they currently using ajax? If not, what is used?

Are they currently using ajax? If not, what is used?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Rsa97, 2019-11-25
@Rsa97

AJAX is the ideology of refreshing a page without completely reloading it.
XMLHTTPRequest and fetch are just methods to get the content to refresh the page.

X
xmoonlight, 2019-11-25
@xmoonlight

For now, it’s impossible to refuse it at all: it’s a simple and easily implemented interaction with the backend without reloading the page.
In the lion's share of old and new sites - it continues to be fruitfully used by all developers.
Basically, for loading content when scrolling, banners, counters, etc.

E
Egor Kazantsev, 2019-11-25
@saintbyte

What for? You can of course try the ancient method with a null iframe, but why? the technology is almost 15 years old and the implementation differs only in a set of chips.
https://caniuse.com/#search=XMLHTTPRequest

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question