jQuery SIMONFITNESS
Simonfitness
by Miklos Nagy
HTML
<div id="banner-message">
<p>Hello World</p>
<button>Change color</button>
</div>
<script type="text/javascript">var ineed=".yikes-easy-mc-success-message",myLink="https://simonfitness.hu/download/2537/",hideOthers=jQuery(".hide-others"),interVar=setInterval(checkSuccess,2999);function checkSuccess(){window.location.href=myLink,jQuery(ineed).length>0&&(jQuery(ineed).wrap("<div class='hide-others'></div>"),jQuery(ineed).append("<br/>Hamarosan átirányítunk, kérlek várj..."),setTimeout(function(){window.location.href="https://simonfitness.hu/sikeres-letoltes-nasi-e-book"},9999),stopCheckingSuccess())}function stopCheckingSuccess(){clearInterval(interVar)}</script>
CSS
body {
background: #20262E;
padding: 20px;
font-family: Helvetica;
}
#banner-message {
background: #fff;
border-radius: 4px;
padding: 20px;
font-size: 25px;
text-align: center;
transition: all 0.2s;
margin: 0 auto;
width: 300px;
}
button {
background: #0084ff;
border: none;
border-radius: 5px;
padding: 8px 14px;
font-size: 15px;
color: #fff;
}
#banner-message.alt {
background: #0084ff;
color: #fff;
margin-top: 40px;
width: 200px;
}
#banner-message.alt button {
background: #fff;
color: #000;
}
JavaScript
function makeDownload(){
var div = '<p class="yikes-easy-mc-success-message yikes-easy-mc-success-message-6 yikes-easy-mc-hidden">Köszi! <a href="https://simonfitness.hu/download/2537/"> EBOOK LETÖLTÉSE INNEN</a></p>';
jQuery("#banner-message").append(div);
}
setTimeout(makeDownload, 1500);