preloader
$("body").prepend('<div id="preloader">Loading...</div>'); $(document).ready(function() { $("#preloader").remove(); });