I need to redirect the page to a specific link by clicking a div
, without using <a href>
of HTML.
I'm using HTML, CSS and jQuery and PHP.
Here's a snippet of code:
<div id="btn-oculto2" style="display:none;">
<div id="btn-oculto" >Novo acesso</div>
<div id="btn-oculto" >Liberar conteúdo</div>
</div>
I need New Access to redirect the page without <a href"">Novo Acesso</a>
, just clicking on div "btn-oculto"