Generation

generate functionMon, 17 Jul 2023

Funcion que oculte elementos segun el hash del host

function checkedHash() { var hash = window.location.hash; if (hash == "#hidden") { document.getElementById("hidden").style.display = "none"; } }

Javascript
Generate More

Want to kickstart your project?Use the new AI Studio to create your code