Skip to content

Instantly share code, notes, and snippets.

@leemcalilly
Created November 1, 2013 18:43
Show Gist options
  • Save leemcalilly/7269928 to your computer and use it in GitHub Desktop.
Save leemcalilly/7269928 to your computer and use it in GitHub Desktop.
$('#Helium').on('ready', function(e){
console.log('ready');
$('#Helium').on('add-to-cart', function(e, sku){
console.log('added '+ sku + ' to cart');
_gaq.push(["_trackEvent", "Helium Cart", "Add To Cart", "Peruvian Strap", "Dick Dale"]);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment