F
F
frees22018-03-22 16:59:59
JavaScript
frees2, 2018-03-22 16:59:59

How to implement GET ( POST ) without JQUERY, libraries, on pure JAVASCRIPT?

The question is completely professional, who knows or met with this solution?

1
$.ajax({type : 'POST',url : 'process.php', data : postForm....
2 (условно но достаточно)
$(".refresh").click(function() { $(".all").load('t.php');

Or even so, without asking.. Example.
$.getJSON('json/test2.json', function(data) {for(var i=0;i<data.users2.length;i++){

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lynn "Coffee Man", 2018-03-22
@Lynn

https://learn.javascript.ru/ajax-xmlhttprequest
https://learn.javascript.ru/fetch

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question