I would like to "transform" this javascript to alertify.
function choose() { var chosen = document.getElementById("someelementbyid").value; if(chosen == "") { if (confirm('Message...')) { return true; } else { event.preventDefault(); document.getElementById("anotherelementbyid").style.pointerEvents = "auto"; document.getElementById("anotherelementbyid").style.opacity = "200"; } } }
I couldn't find any resources on the homepage of Alertify...
1.4m articles
1.4m replys
5 comments
57.0k users