counterSuggest EditsDescription Mark an element as counter, each click on the element increments the counter by 1. Example Usage HTML<div data-counter="counter_test_1"> <!-- Everytime this div is clicked the value for counter_test_1 is increased by 1 --> </div> Updated less than a minute ago Table of Contents Description Example Usage