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

160
Visualizações
JQuery each function $(this) always undefined

I am working on some JS with JQuery. I'm trying to get some list items and store them into an array. I can't understand what I'm doing wrong, the problem is explained in the commentaries of the following code.

function getListItems() {
        let items = [];
        const $items = $listElement.children('li');
        $items.each(index => {
            console.log($(this)); // shows an empty array, according to JQuery doc it should show the DOM element
            items.push($($items.get(index)).html()); // Works, but what it would be cleaner to do this : items.push($(this).html())
//... which does not work
        });
        return items;
    }

So my question is why $(this) is an empty array ?

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