Advertisement
Guest User

Untitled

a guest
May 25th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $.when(
  2. $('.box').animate({ opacity: 0 }, 1000, 'linear'),
  3. $.post( $(this).closest('form').attr('action'), $(this).closest('form').serialize() )
  4. ).then(function () {
  5. alert('both finished');
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement