Created
December 12, 2012 17:16
-
-
Save leopic/4269688 to your computer and use it in GitHub Desktop.
This file contains 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
$.subscribe('load.truefit', function(context) { | |
// truefit loaded | |
alert("truefit files have loaded!"); | |
$('.tfc-fitrec-product').hide(); | |
tfc.event('tfc-fitrec-product', 'render', function(context) { | |
// truefit rendered | |
// trigger the AB test here | |
console.log(context); | |
alert("truefit rendered!"); | |
}) | |
}, this); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment