How to check for hiding loader-a on the page?
There is such a code:
$(window).load(function() { $('#preloader-status').delay(700).fadeOut(); $('#preloader').delay(1200).fadeOut('slow'); });
I need to execute the function when $('#preloader')
is hidden.