Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created October 31, 2012 21:26
Show Gist options
  • Save SpencerCooley/3989974 to your computer and use it in GitHub Desktop.
Save SpencerCooley/3989974 to your computer and use it in GitHub Desktop.
$.ajax({
url: "test.html",
context: document.body
}).done(function() {
$(this).addClass("done");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment