Skip to content

Instantly share code, notes, and snippets.

@fleimisch
Created February 5, 2015 20:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fleimisch/055c02cfbfaad42b6bba to your computer and use it in GitHub Desktop.
Save fleimisch/055c02cfbfaad42b6bba to your computer and use it in GitHub Desktop.
Custom Trigger Event
/* place inside function */
jQuery.event.trigger('OverlayBoxonOpen');
/* call custom event */
$(document).bind('OverlayBoxonOpen', function () { alert('test') });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment