Answer the question
In order to leave comments, you need to log in
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');
$.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
https://learn.javascript.ru/ajax-xmlhttprequest
https://learn.javascript.ru/fetch
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question