/ Published in: PHP
Expand |
Embed | Plain Text
$(this).animate({ opacity: 0 }, function () { $(this).slideUp( 'normal', function(){ alert( 'Your message has been successfully sent!' ); }); });
You need to login to post a comment.
$(this).animate({ opacity: 0 }, function () { $(this).slideUp( 'normal', function(){ alert( 'Your message has been successfully sent!' ); }); });
You need to login to post a comment.