Guest User

Untitled

a guest
Jan 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. $.post(this.action+ ".js", data).complete(function () { alert("yo?"); }).success(
  2. function () {
  3. alert("Hello");
  4. $(this).parent().hide().prev("tr").show();
  5. });
Add Comment
Please, Sign In to add comment