This plugin allows you to track user clicks on any element by targeting its unique ID.
You can specify the number of clicks required to trigger an event and set a delay between clicks to define how quickly the clicks must occur.
Once the desired number of clicks is reached, the plugin returns a unique identifier, enabling you to track interactions effortlessly.
Ideal for creating interactive elements that respond to specific user actions.
1- Put the element on your page.
2- Configure the element's ID attribute to target for click detection.
3- Set the minimum number of clicks before the "Minimum Clicks Reached" event is triggered.
4- Set the delay between two clicks. After this delay, the count resets to 0.
5- Set a unique ID for the element (you can retrieve it after the "Minimum Clicks Reached" event to know exactly which element was clicked multiple times).
Enjoy it!
Check out our other plugins on our demo page!
Types
This plugin can be found under the following types: