“JQuery Leia o atributo href” Respostas de código

JQuery Leia o atributo href

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

Obtendo o valor do href no jQuery

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

Respostas semelhantes a “JQuery Leia o atributo href”

Perguntas semelhantes a “JQuery Leia o atributo href”

Mais respostas relacionadas para “JQuery Leia o atributo href” em JavaScript

Procure respostas de código populares por idioma

Procurar outros idiomas de código