Skip to content

Instantly share code, notes, and snippets.

@lscott3
Created January 4, 2013 01:55
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 lscott3/4449270 to your computer and use it in GitHub Desktop.
Save lscott3/4449270 to your computer and use it in GitHub Desktop.
Ajax Success
$("form#new_note").bind("ajax:success", function(xhr, data, status){
// this is where the success stuff goes
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment