Created
October 8, 2015 20:43
-
-
Save kjellberg/e8eb49c15ec6c9ea21d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(function(){ var jji = jQuery("iframe[src*='http://jss.jajja.com']"); jji.on('load', function() { _gaq.push(['_trackEvent', 'Jajja', 'Signup']); }); }); |
Author
kjellberg
commented
Oct 8, 2015
<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