Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

472
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda