Skip to content

Instantly share code, notes, and snippets.

@dannylloyd
Created October 25, 2019 23:35
Show Gist options
  • Save dannylloyd/373ba929808253c6fe66b19527e701f2 to your computer and use it in GitHub Desktop.
Save dannylloyd/373ba929808253c6fe66b19527e701f2 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$.get('https://google.com', function(data) {
console.log(data);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment