I need to add this before the </header> and I’m not too sure how to do that. When I add the script in my header.php before the other header is called, it works just fine. If I put it after then it doesn’t work. How do I make this work on my site?
<script src=”//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js”></script>
<script type=”text/javascript”>
$(window).load(function() {
$(“.loader”).fadeOut(“slow”);
})
</script>