“Obtener el atributo href javaScript” Código de respuesta

Obtener el atributo href javaScript

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

JavaScript Encuentra todo href con el mismo valor

//Selects all links which have href='http://google.com'
document.querySelectorAll("a[href='http://google.com']");
Batman

Obtener atributo href

document.find_element_by_xpath("//example").getAttribute('href')
Embarrassed Emu

Respuestas similares a “Obtener el atributo href javaScript”

Preguntas similares a “Obtener el atributo href javaScript”

Más respuestas relacionadas con “Obtener el atributo href javaScript” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código