$( "#header-plugin" ).load( "https://vivinantony.github.io/header-plugin/", function() { $("a.back-to-link").attr("href", "http://blog.thelittletechie.com/2015/03/love-heart-animation-using-css3.html#tlt") }); var love = setInterval(function() { var r_num = Math.floor(Math.random() * 40) + 1; var r_size = Math.floor(Math.random() * 65) + 10; var r_left = Math.floor(Math.random() * 100) + 1; var r_bg = Math.floor(Math.random() * 25) + 100; var r_time = Math.floor(Math.random() * 5) + 5; $('.bg_heart').append("
"); $('.bg_heart').append("
"); $('.heart').each(function() { var top = $(this).css("top").replace(/[^-\d\.]/g, ''); var width = $(this).css("width").replace(/[^-\d\.]/g, ''); if (top <= -100 || width >= 150) { $(this).detach(); } }); }, 500);