Skip to content

Instantly share code, notes, and snippets.

@kjellberg
Created October 8, 2015 20:43
Show Gist options
  • Select an option

  • Save kjellberg/e8eb49c15ec6c9ea21d3 to your computer and use it in GitHub Desktop.

Select an option

Save kjellberg/e8eb49c15ec6c9ea21d3 to your computer and use it in GitHub Desktop.
jQuery(function(){ var jji = jQuery("iframe[src*='http://jss.jajja.com']"); jji.on('load', function() { _gaq.push(['_trackEvent', 'Jajja', 'Signup']); }); });
@kjellberg

Copy link
Copy Markdown
Author
<script type="text/javascript"> jQuery(function(){ var jji = jQuery("iframe[src*='http://jss.jajja.com']"); jji.on('load', function() { _gaq.push(['_trackEvent', 'Jajja', 'Signup']); }); }); </script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment