Answers for "jquerry shorthand for fetch"

0

jquerry shorthand for fetch

$.ajax("https://api.github.com/users/octocat/repos").done(function(data) {
 console.log(data);
});
Posted by: Guest on June-07-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language