I have a question with a page I'm doing, I made a loader with jquery:
window.onload = function() {
$(".loader").fadeOut("slow");
$(".container-fluid").css("display","block");
}
NOW, when the page is loading the nav bar that is insid...
asked by
27.09.2018 / 22:57