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

473
Visualizações
What is difference between get() and eq() in jquery?

What is the difference between

var row1 = $('tr').get(0);

and

var row2 = $('tr').eq(0);
over 4 years ago · Santiago Trujillo
2 Respostas
Responde à pergunta

0

get(0) returns the first DOM element matched by the selector.

eq(0) returns a jQuery object containing the first DOM element matched by the selector.

In other words, $("selector").get(0) is equivalent to $("selector").eq(0).get(0).

over 4 years ago · Santiago Trujillo Relatório

0

The .get() method returns a DOM element at the given index.

The .eq() method returns a DOM element at the given index, wrapped in a jQuery object.

Another difference is that if you don't pass an argument to .get(), it will return an Array of the DOM elements in the jQuery object.

over 4 years ago · Santiago Trujillo 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