Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

92
Visualizações
Debugger Showing Element Not Visible Without

In my website, whenever a user types a command, a loading circle shows. The way this happens is with the jquery command

$("#load").show()

But the problem is that the loading circle bar only shows when I have a debugger and am looking at it in inspect. Here are some photos: The Element in Inspect with a debugger (the loading circle in the input text)

Then without the inspect element, the loading bar doesn't show. HELP PLEASSE!!!

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

I've seen this before. If you are doing too much processing in the browser, it never gets around to updating the UI. You need to show your loader in a different thread by spawing it either as a promise, or more simply, as a settimeout function with one millisecond.

setTimeout(() => {  $("#load").show(); }, 1);
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda