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

112
Views
Cómo suavizar el desplazamiento al hacer clic en un enlace ancla japonés

Mi enlace ancla generado automáticamente:

 <a class="" href="#Heading_3" title="">Heading 3</a> <a class="" href="#%E3%81%A8%E3%80%81%E3%82%B2%E3" title="">ゲゲームのフ</a>

y anclar a

 <h4><span class="" id="Heading_3"></span>Heading 3<span class=""></span></h4> <h4><span class="" id="%E3%81%A8%E3%80%81%E3%82%B2%E3"></span>ゲゲームのフ<span class=""></span></h4>

Uso Javascrip y JQuery para suavizar el desplazamiento.

 $('a[href^="#"]').on('click', function (e) { e.preventDefault(); var target = this.hash; var $target = $(target); $('html, body').stop().animate({ 'scrollTop': $target.offset().top }, 900, 'swing', function () { window.location.hash = target; }); });

Entonces, solo el encabezado 3 funciona bien, pero el enlace en japonés no funciona. ¿Cómo desplazarse para que el enlace tenga japonés sin problemas?

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

0

cambio

 <a class="" href="#Heading_3" title=">Heading 3</a> <a class="" href="#%E3%81%A8%E3%80%81%E3%82%B2%E3" title=">ゲゲームのフ</a>

a

 <a class="" href="#Heading_3" title="">Heading 3</a> <a class="" href="#%E3%81%A8%E3%80%81%E3%82%B2%E3" title="">ゲゲームのフ</a>

Falta " en el título, title=" debería ser title=""

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!