views:

104

answers:

2

How would you setup click overlay for html page that has click stats with number of clicks stored. Is there a jquery example for something like this. The ideal click overlay will have have a little box on top on each link with how many times it was clicked.

A: 

I think this tutorial is perfect for you: http://celeryproject.org/tutorials/clickcounter.html

You can make a json service for get the click stats.

diegueus9
click stats are already stored, trying to find a way to visualize stats through click overlay
bocca
A: 

Not sure if you want to use a 3rd party service, but Crazy Egg does this exact thing: http://crazyegg.com/

Or a tutorial here: http://css-tricks.com/tracking-clicks-building-a-clickmap-with-php-and-jquery/

kfordham281