4
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 wonder if you have any way to redirect to another page by clicking on the div (Without using Angularjs).
<a href="link">
was made for this.– Bacco
@Felipepaetzold a tip: Never mark a first-time answer. Always wait, depending on your question, a while. No need to rush to score. When you score in a hurry, you take away the motivation of someone wanting to give another answer. Having multiple views can be an advantage.
– Wallace Maxters