Skip to content

Instantly share code, notes, and snippets.

@dgm
Created September 9, 2011 18:42
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 dgm/1206990 to your computer and use it in GitHub Desktop.
Save dgm/1206990 to your computer and use it in GitHub Desktop.
$('.list-delete').live("ajax:success", function(xhr, data, status) {
$(this).closest('li').html(data).effect("highlight", {}, 2000).fadeOut();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment