Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

130
Views
Cómo puedo cambiar el texto en HTML con Javascript
<a href="/knowledgebase/category/community?language=tr" class="Category-Item"> <h4><span><i class="fas fa-comments"></i></span> Community</h4> <p></p> <span class="MoreArticles">8 Makaleler</span> </a>

Quiero buscar y reemplazar texto en una clase. Por ejemplo; Encontrar el texto "Comunidad" y cambiar a "Topluluk". Escribí un lenguaje javascript y necesito hacer esto para una aplicación no multilingüe.

Antes: <a href="blabla" class="**Category-Item**"><i class="blabla">Community</i>

Después: <a href="blabla" class="**Category-Item**"><i class="blabla">Topluluk</i>

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

por lo que entendí, puede seleccionar el elemento y luego cambiar el texto interno. si eso no es lo que usted ment por favor deje un comentario.

 let text = document.querySelector('h4'); text.innerText = "changed";

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!