Skip to content

Instantly share code, notes, and snippets.

@kevingates
Forked from ericakfranz/om-use.js
Last active January 8, 2016 15:04
Show Gist options
  • Select an option

  • Save kevingates/28d55ced6fef995d8e2f to your computer and use it in GitHub Desktop.

Select an option

Save kevingates/28d55ced6fef995d8e2f to your computer and use it in GitHub Desktop.
Basic method of using an OptinMonster Event
// Basic Method of Using an OptinMonster Event
jQuery(document).ready(function($){
$(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