Skip to content

Instantly share code, notes, and snippets.

@nidin
Created July 19, 2017 13:50
Show Gist options
  • Save nidin/c12cd193a25ac22060393d0852eb0683 to your computer and use it in GitHub Desktop.
Save nidin/c12cd193a25ac22060393d0852eb0683 to your computer and use it in GitHub Desktop.
jquery-ajax-request
$.ajax({url: "https://url", success: function(result){
console.log(result);
$("#div1").html(result);
}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment