How to do an animation after a page(images and everything) completely loaded with Jquery.( like please wait screen before a page is loading)
Thank You
Update:
I need to hide everything in the page and once everything loaded then only the page has to be show.
$(window).load(function(){
$('#loading').fadeOut('fast');
});
fadeOut() can be changed to antything you want.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With