I am new here
I have this code
<div class="like-buttons">
<div class="liked"></div><button class="dislike like"><span class="countl">12</span></button>
</div>
https://codepen.io/Void0000/pen/oNzGmGr
and I need to make (with jQuery) some function, that when I will click on my button, it will be count +1 (eg: if it was 2 it becomes 3), and when I click again on it, it will count -1 (eg: if it was 3 it now becomes 2) and etc.