Created
July 19, 2017 13:50
-
-
Save nidin/c12cd193a25ac22060393d0852eb0683 to your computer and use it in GitHub Desktop.
jquery-ajax-request
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.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