When I give the command:
$(window).load(function(){
console.log('Site totalmente carregado!');
});
It works correctly, the message in the console only appears when the window has been fully loaded.
But for example, how do I check if t...
asked by
09.10.2017 / 14:20