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

146
Visualizações
Image slider with fade effect only javascript no JQuery

JS now its working automate, but i want to create to buttons left and right and slide it on click

This is HTML

<div id="bcg">
            <img id="slider" src="img/backgrounds/bg.jpg" alt="">
            <img id="slider" src="img/backgrounds/bg-1.jpg" alt="">
            <img id="slider" src="img/backgrounds/bg-2.jpg" alt="">
            <img id="slider" src="img/backgrounds/bg.jpg">
</div>>

This is CSS

#bcg {
width: 100%;
height: 100%;
display: flex;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
 }

#bcg img {
width: 100%;
height: 100%;
}

/// This is JavaScript, i want to work on click//

 var imgArray = [
     "https://www.ncesc.com/wp-content/uploads/2021/07/business-development-manager-job- 
description.png",
    "https://www.compuvis.com/images/site/slider/download.jpg",
    'https://koinworks.com/wp-content/uploads/2021/04/bisnis-proposal.jpg'],
    curIndex = 0;
imgDuration = 3000;

function slideShow() {
    document.getElementById('slider').className += "fadeOut";
    setTimeout(function () {
        document.getElementById('slider').src = imgArray[curIndex];
        document.getElementById('slider').className = "";
    }, 1000);
    curIndex++;
    if (curIndex == imgArray.length) { curIndex = 0; }
    setTimeout(slideShow, imgDuration);
}

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