Skip to content

Instantly share code, notes, and snippets.

@AndyMoreland
Created September 15, 2011 05:48
Show Gist options
  • Save AndyMoreland/1218630 to your computer and use it in GitHub Desktop.
Save AndyMoreland/1218630 to your computer and use it in GitHub Desktop.
$.post(this.action+ ".js", data).complete(function () { alert("yo?"); }).success(
function () {
alert("Hello");
$(this).parent().hide().prev("tr").show();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment