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

156
Vistas
Scroll to not letting page move

I am trying to trigger scroll when the user reach a specific div , however after scrolling to div, it is not letting the page to go either up or down. Kind of stucked. Any way to prevent this behaviour so that it only triggers when the user is scrolling from top.

jQuery(window).scroll(function() {
  var hT = jQuery('.trigegr').offset().top,
    hH = jQuery('.trigegr').outerHeight(),
    wH = jQuery(window).height(),
    wS = jQuery(this).scrollTop();
  if (wS > (hT + hH - wH)) {
    jQuery('html, body').animate({
      scrollTop: jQuery("#scroll-too").offset().top
    }, 2000);
  }
});
div {
  height: 800px;
  background: red;
}

h1 {
  display: none;
}
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<div>Scroll Down</div>
<h1 class="trigegr">I am The H1</h1>

<br><br><br><br><br><br>
<h2 id="scroll-too">I am The H2</h2>

about 4 years ago · Juan Pablo Isaza
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