The fadeOut function has a callback that it executes when the animation is done:
$('.sidebarform').fadeOut('slow', function() {
$('.sidebarsuccess').fadeIn('slow');
});
The fadeOut function has a callback that it executes when the animation is done:
$('.sidebarform').fadeOut('slow', function() {
$('.sidebarsuccess').fadeIn('slow');
});