Skip to content

Instantly share code, notes, and snippets.

@nnarhinen
Created September 9, 2010 05:26
Show Gist options
  • Save nnarhinen/571433 to your computer and use it in GitHub Desktop.
Save nnarhinen/571433 to your computer and use it in GitHub Desktop.
$('.deleterow').click(function() {
var anchor = $(this);
anchor.parent().parent().fadeOut(function() {
//$.getJSON(anchor.attr('href'), function() { alert('success')});
alert('foo');
});
return false;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment