function showAlert() { alert("Hey! this is under development. i told u not to click."); } function notLink() { var notLinkToast = document.getElementById("notLinkToast"); notLinkToast.className = "show"; setTimeout( function() { notLinkToast.className = notLinkToast.className.replace("show", ""); }, 3000); }