[Subscribe]

Work, Web, Play

Clean up your event tracking with jQuery

By Colin Temple on August 15, 2010. No comments yet.

In my last post, I went through the basics of setting up Google Analytics event tracking. In doing so, I showed how to create click events using the onclick event for things like links and images. However, littering your code with onclick events can be a bit messy, and if you’re anything like me, you prefer your code to be a little cleaner.

Read More →