Generation

generate functionMon, 17 Jul 2023

Funcion que oculte elementos segun el hash del host

function hash() { var hash = ""; if(location.hash) { var hash = location.hash.substring(1); } return hash; } $(document).ready(function() { var hash = hash(); if(hash != "") { $(hash).hide(); } });

Javascript
Generate More

Questions about programming?Chat with your personal AI assistant