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

135
Vistas
How to delete data-toggle attribute from div - wordpress

I want to delete this data-toggle attribute from wordpress, but i don't know how.

about 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

You can use the removeAttribute() method of HTMLElement.

First, you need to select the element. There are several ways, I prefer to use querySelector(). The query selects a a element with the class cart-contents and the attribute data-toggle.

Then, simply call the removeAttribute method.

Full Code
const $toRemoveAttrElem = window.document.querySelector("a.cart-contents[data-toggle]");
$toRemoveAttrElem.removeAttribute("data-toggle");
about 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