“jQuery lea el atributo href” Código de respuesta

jQuery lea el atributo href

var href = $(this).attr('href');
Michu44

Obtener un valor href en jQuery

$('a').attr('href'); // gets the actual value
$('a').prop('href'); // gets the full URL always
Excited Elk

Respuestas similares a “jQuery lea el atributo href”

Preguntas similares a “jQuery lea el atributo href”

Más respuestas relacionadas con “jQuery lea el atributo href” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código