I want to create a heatmap from mousedown event, but before this i need to capture the A element on a website. Does anyone know how i could achieve this?
in short:
if i click a link it should be doing the following:
- capture the link.
- wait for $.POST/AJAX request.
- go to the link
1 Answer