I would like to have jquery execute certain statements only AFTER it has completed applying my css change. However, despite trying to search for the answer... I have been unable to so far. Any pointers, would be appreciated.
$('#elements').css( 'visibility', 'hidden');
$('#another_element').slideDown(); // should only be executed after the above is completely done