simonfi

by Miklos Nagy

JavaScript

function checkIfSuccess(){if( jQuery("p.alert-success").length && jQuery("p.alert-success").css("display") == "block") {  
    
     $(".alert-success").html('Sikeres fizetés. <br/>  <a href="https://simonfitness.hu/download/2064/"> <h3> eBook Letöltése </h3> </a> '); 
    
     }
     }
     setInterval(checkIfSuccess, 1000);
  
  setTimeout(function(){
    jQuery('body').html('<p class="payment-errors alert alert-success" style="display: block;">Sikeres fizetés!</p>');
    }, 1000);