Description

Mark an element as counter, each click on the element increments the counter by 1.

Example Usage

<div data-counter="counter_test_1">
  <!-- Everytime this div is clicked the value for counter_test_1 is increased by 1 -->
</div>