I have a list in a table and put a column to display the amount of clicks when clicking.
But how could I mend the value coming from the bank and save.
Would it be by ajax? If so, how would I do it??
Below the code to get an idea.
.wis-numbers>span {
margin-right: -1px;
padding: 7px 12px;
border: 1px solid #E0E0E0;
float: left;
font-weight: 500
}
.wis-numbers>span>i {
line-height: 100%;
vertical-align: top;
position: relative;
top: 3px;
font-size: 15px;
margin-right: 2px
}
.wis-numbers>span.active {
color: #4CAF50
}
.zmdi-favorite-outline:before{
content:'\f15e'
}
.zmdi-favorite:before{content:'\f15f'}
<div class="wis-numbers">
<span class="active"><i class="zmdi zmdi-favorite"></i> 78</span>
</div>