Skip to content

Instantly share code, notes, and snippets.

@kjellberg
Created October 8, 2015 20:43
Show Gist options
  • Save kjellberg/e8eb49c15ec6c9ea21d3 to your computer and use it in GitHub Desktop.
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
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