Skip to content

Instantly share code, notes, and snippets.

@dhchow
Created September 24, 2010 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dhchow/594685 to your computer and use it in GitHub Desktop.
Save dhchow/594685 to your computer and use it in GitHub Desktop.
$.ajax({
url: 'ajax/test.html',
success: function(data) {
$('.result').html(data);
alert('Load was performed.');
},
failure: function(data){
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment