Does anyone know how can I get the total number of clicks for a specific link and display that value with jquery?
example:
I have this link in my webpage
when clicked, the total number of clicks displayed beside it.
example:
I have this link in my webpage
Code:
<a href="#" > Test </a>
Comment