Skip to content

Instantly share code, notes, and snippets.

@alex-litvak
Created June 26, 2015 18:47
Show Gist options
  • Save alex-litvak/571909009e2977d09e2e to your computer and use it in GitHub Desktop.
Save alex-litvak/571909009e2977d09e2e to your computer and use it in GitHub Desktop.
console.log("one");
$.get( "ajax/test.html", function( data ) {
alert( "result from request" );
});
console.log("two");
console.log("three");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment