“Obtenga un valor href javaScript” Código de respuesta

Obtener el atributo href javaScript

document.getElementById("link")[0].getAttribute("href");
Evil Eel

Obtenga un valor href javaScript

document.getElementById("aaa").href; // http://example.com/sec/IF00.html
//while the one below gets the value of the href attribute:
document.getElementById("aaa").getAttribute("href"); // sec/IF00.html
Bug Killer

Respuestas similares a “Obtenga un valor href javaScript”

Preguntas similares a “Obtenga un valor href javaScript”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código