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

173
Visualizações
Uncaught ReferenceError on jQuery script

When I try to run this script

window.onpopstate = function(popEvent) {
    let urlPath = window.location.pathName;
    let slash = page.lastIndexOf("/");
    let page = urlPath.substr(slash+1);
    let $tab;

    if (page = '') {
        $tab = $("#tabs .tab:first-of-type");
        page = $tab.attr("href");
    }

    else { $tab = $("#tabs .tab[href="+CSS.escape(page)+"]") }

    $tab.addClass("current").siblings().removeClass("current");

    $.ajax({url: "subpages/"+page, function(html) {
        $(".append").html(html);
    } });
}

I’m getting the error message:

foo.js:38 Uncaught ReferenceError: Cannot access 'page' before initialization at window.onpopstate (foo.js:38:15)

I don’t really get what’s the problem.

Could someone help me out?

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

0

This error was caused only by mistyping: page → urlPath

window.onpopstate = function(popEvent) {
    let urlPath = window.location.pathName;
    let slash = urlPath.lastIndexOf("/");  // HERE
    let page = urlPath.substr(slash+1);
    let $tab;

    if (page = '') {
        $tab = $("#tabs .tab:first-of-type");
        page = $tab.attr("href");
    }

    else { $tab = $("#tabs .tab[href="+CSS.escape(page)+"]") }

    $tab.addClass("current").siblings().removeClass("current");

    $.ajax({url: "subpages/"+page, function(html) {
        $(".append").html(html);
    } });
}
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