Last active
January 2, 2016 10:29
-
-
Save sbward/8289911 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
<ul data-zc-options id="track_render"> | |
<li class="active">HTML 5</li> | |
<li>Flash</li> | |
<li>SVG</li> | |
<li>Image</li> | |
<li>VML</li> | |
</ul> |
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
$('#track_render li').click(function() { | |
analytics.track('Rendered in ' + $(this).text()) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment