Skip to content

Instantly share code, notes, and snippets.

@ericakfranz
Created December 7, 2015 21:46
Show Gist options
  • Save ericakfranz/e88cde81196cef68bab1 to your computer and use it in GitHub Desktop.
Save ericakfranz/e88cde81196cef68bab1 to your computer and use it in GitHub Desktop.
Basic method of using OptinMonster Events.
jQuery(document).ready( function($){
jQuery(document).on('EventName', function( event,data,object ) {} );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment