Skip to content

Instantly share code, notes, and snippets.

@yyolk
Created March 28, 2013 08:33
Show Gist options
  • Save yyolk/5261635 to your computer and use it in GitHub Desktop.
Save yyolk/5261635 to your computer and use it in GitHub Desktop.
guages track all links from page
$('a').each(function(){$(this).click(function(){_gauges.push(['track']);})});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment