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

144
Views
Ventana emergente cuando el usuario desplaza la página

Hola, necesito que aparezca mi cuadro de ventana emergente cuando se desplaza por la página. Mi base es html soy blogger. Si alguien me ayudara, se lo agradecería.

 <script> const popupOverlay = document.querySelector(&quot;.popup-overlay&quot;); const popupClose = document.querySelector(&quot;.popup-close&quot;); popupClose.addEventListener(&quot;click&quot;, () =&gt; { popupOverlay.style.display = &quot;none&quot;; }); setTimeout(() =&gt; { popupOverlay.style.display = &quot;block&quot;; }, 3000); </script>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

puedes probar esto

 var ClosePopUp = false; $('#fsModal').on('hidden.bs.modal', function (e) { ClosePopUp = true; }); $(window).scroll(function(){ if ($(this).scrollTop() >= 50 && ClosePopUp == false) { $("#fsModal").modal('show'); }else { $("#fsModal").modal('hide'); } });
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!