2
I have a custom Clicker that appears on the screen while loading. When I’m done I need this Clicker to disappear, so there’s nothing wrong. The problem is that the page is still doing some processes with jQuery and the div of the Loader disappears, giving the effect it apparently carried, but not really.
The browser does not appear loading, but behind it is still running some processes with jQuery. I wish that when I really upload everything, be it links or codes there yes it would use the code I have below, but I am using it and it is not 100% as I need:
$(window).on('load', function(){
//... Retiro a class da DIV do nosso Loader
});
The pieces they’re carrying later come through ajax?
– Sergio
@Sergio yes, some things come for $.getJSON
– Alisson Acioli
How many
$.getJSON
have? If there are several you can put them in the question?– Sergio