Monthly Archives: December 2007

jQuery, Thickbox and Google Analytics

Today I had to find some way to track the links within a page using Google Analytics, jQuery and Thickbox. With the new ga.js it is pretty straight forward: [sourcecode language='javascript'] $(function(){ if(typeof(pageTracker) != ‘undefined’) { $(‘a.thickbox, area.thickbox, input.thickbox’) .click( … Continue reading

Posted in JavaScript | Tagged , , , , , | 6 Comments