Skip to content

Instantly share code, notes, and snippets.

@bigdawggi
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigdawggi/9db55d2e358aaa0259e9 to your computer and use it in GitHub Desktop.
Save bigdawggi/9db55d2e358aaa0259e9 to your computer and use it in GitHub Desktop.
Trigger events on non-DOM objects
foo = {}
jQuery(foo).on('bar', function(){ alert('hey') })
jQuery(foo).trigger('bar')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment