Skip to content

Instantly share code, notes, and snippets.

@sofoklis
Created February 3, 2012 12:13
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 sofoklis/1729878 to your computer and use it in GitHub Desktop.
Save sofoklis/1729878 to your computer and use it in GitHub Desktop.
jquery ajax
$.ajax({
url: "test.html",
success: function(){
$(this).addClass("done");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment