Forked from nidin/gist:c12cd193a25ac22060393d0852eb0683
Last active
July 19, 2017 15:37
-
-
Save laczoka/650d4e78ddd53378eae658f05f6f84a4 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
$.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