Every time the user clicks on something on the site/screen, I need to save the information of the click, the id of the tag and a few other attributes that are related to that click. I need to save all the info.
What is the best way to do this type of thing, using javascript?
Thank you.
maybe jQuery.data() is the best way to go?