Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save laczoka/650d4e78ddd53378eae658f05f6f84a4 to your computer and use it in GitHub Desktop.
Save laczoka/650d4e78ddd53378eae658f05f6f84a4 to your computer and use it in GitHub Desktop.
jquery-ajax-request
$.getJSON("https://url", function(data){
console.log(data);
$("#div1").html(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment