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

122
Visualizações
Problems loading a script for infinate scroll

This is supposed to load a PHP file when a certain part of a webpage is loaded. (infinite scroll) Only... It's not working and I'm beating my head against a wall trying to figure out why.

<script>
    document.getElementById("loadnext").addEventListerner("onload", loadnextfunction);
    function loadnextfunction() {
      xhttp.open("GET", "g02.php", false);
      xhttp.send();
    }
</script>
about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Your loadnextfunction does not have any code to actually update the page, maybe you just need to do something with the response like so:

    document.getElementById("loadnext").addEventListerner("onload", loadnextfunction);
    function loadnextfunction() {
      var xhttp = new XMLHttpRequest();
      xhttp.open("GET", "g02.php", false);

      xhttp.onload = function () {
        // Request finished. Do processing here.
        document.getElementById("id_of_html_element_to_update").innerHTML = xhttp.responseText;
      };

      xhttp.send();
    }
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