document.getElementById("inc_stock2015").innerHTML="" document.getElementById("inc_stock2015").style.display="none"; document.getElementById("inc_stock2015txtshow").innerHTML='
' const styleElement = document.createElement('style'); styleElement.textContent = ` @keyframes jump { 0% { transform: translateY(0); } 50% { transform: translateY(-5px); } 100% { transform: translateY(0); } } .jump-link { animation: jump 1.5s infinite ease-in-out; display: inline-block; padding: 18px 36px; border-radius: 50px; color: #fff; background-color: #c00; font-weight: bold; text-decoration: none; } .jump-link:hover { animation-play-state: paused; transform: scale(1.1); color: #fff; } .jump-link:visited { color: #fff; } .jump-link:link { color: #fff; } `; document.head.appendChild(styleElement); document.querySelector("#inc_stock2015txtshow > div > a").className="jump-link";