I have a div:
<div class="col-lg-4 col-sm-6"> //Essa aqui
<section class="panel div-border-red">
<div class="symbol red">
<i class="fa fa-eye"></i>
</div>
<div class="value">
<h1 class="count tkts-total" id="stock_danger"></h1>
<p>Falta de estoque</p>
</div>
</section>
</div>
I would like to know if you have any way to redirect to another page by clicking the (Without using AngularJS)