Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

151
Visualizações
how to stop scroll to specific Div but allow image to slide

i am using #id on 3 buttons to change image on Slides , but i dont want to scroll to images slide section when i click on button just want to slide image to next without scrolling to image section here is drive video link to show how my web is looking right now https://drive.google.com/file/d/1dXMCeBNzkn2c5ChNQfOAVthNBHHsePSp/view?usp=drivesdk

    <div className="carousel carousel-center max-w-md   md:max-w-screen-2xl mx-auto  space-x-24 ">
        <div id="item1" className="carousel-item">
          <img src="/BingWallpaper.jpg" width={896} className="rounded-box" alt="image1" />
        </div> 
        <div id="item2"  className="carousel-item " >
          <img src="/BingWallpaper.jpg" width={896} className="rounded-box"  alt="image2" />
        </div> 
        <div id="item3"  className="carousel-item">
          <img src="/BingWallpaper.jpg" width={896} className="rounded-box" alt="image3" />
        </div> 
      </div>

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Just add an event listener to your buttons and prevent the default behaviour. Add an id of "link" to the button and then add an event listener like below. If your button element contains an anchor tag, add the "link" id to anchor tag instead of button.

document.getElementById("link").addEventListener("click", (e) => {
  e.preventDefault();
});
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda