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
2010-01-05 14:33:52
click stats are already stored, trying to find a way to visualize stats through click overlay
bocca
2010-01-05 14:56:10
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
2010-01-05 15:07:23