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

335
Visualizações
Iframe loading spinner/progress bar using javascript

I have an iframe which is referencing a Google Sheets tab, and its quite slow loading. I'm looking to have a spinner graphic or loader % progress bar (even more ideal) whilst the iframe is loading. Would you know an approach for this using Javascript and/or CSS please?

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

0

If jQuery is an option. -> Not perfectly styled but I hope you get the idea.

$('#myIframe').on('load', function(){
    $('#loader').fadeOut();
});
iframe {
  height:500px;
  width:500px;
}
#loader {
  position:absolute;
  height:500px;
  width:500px;
  background:#000;
  margin-top:-500px;
}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<iframe src="https://www.brotherops.com" id="myIframe"></iframe>
<div id="loader"><img src="https://i.giphy.com/media/FaAxdPWZ7HKGmlnku7/giphy.webp" alt="Loading" /></div>

about 4 years ago · Juan Pablo Isaza Relatório

0

No need to use jquery for this. If you would like to use an actual progress bar, you'd have to use ajax to load the content.

function closeIndicator(){
  var s = document.getElementById('spinner');
  console.log(s);
  s.style.display = "none";
}
#spinner{
  z-index:99999;
  position:absolute;
  top: 0;
  left: 0;
 }
 
<iframe id="documentIFrame" onload="closeIndicator()" src="https://stackoverflow.com/" >
</iframe>
<img id="spinner" src="spinnder.gif" />

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