Created
December 7, 2015 21:49
-
-
Save ericakfranz/41d588aba4681c4a238b to your computer and use it in GitHub Desktop.
What's available via OptinMonster.
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
$(document).on('OptinMonsterLoaded', function( event, data, object ){ | |
console.log(event); | |
console.log(data); | |
console.log(object); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment