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

201
Visualizações
Ajax not loading the updated content, even tho i disabled caching

I hosted my website on google drive. Since it doesn't support PHP, i use Ajax instead. I keep the header and the footer on the index.html page, and for the body part: i load the relevant page using Ajax. However, when i modify a certain page on google drive, ajax is not loading the modified page, it loads the old page.

That is my website. http://diablosoft.hopto.org/

This is my Ajax function.

<script type="text/javascript" defer>
function goTo(page){
    var loadingEle = document.getElementById("loading");
    loadingEle.style.display = "block";
    var pgContainer = document.getElementById("pageContainer");
    pgContainer.innerHTML = "";
     $.ajaxSetup({ cache: false });
     $.ajax({
        url: "pages/"+page+".html",
        async: true,
        cache: false,
        dataType: "html",
        success: function(data) {
            setTimeout(function() {
            pgContainer.innerHTML = "";
            $("#pageContainer").html(data);
            loadingEle.style.display = "none";
            }, 300);
        }
    });
}
</script>

And this is my updated content. The following is the prices of my products(Hacks page), here is how they look in HTML.

<h6 class="txt">$7.99</h6>
<h6 class="txt">$14.99</h6>

And here's what i see... ctrl + f5 also doesnt work. That only works for the index page, but not for the body pages loaded via Ajax.

Click here

about 4 years ago · Juan Pablo Isaza
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