Skip to content

Instantly share code, notes, and snippets.

@nbubna
Created July 6, 2012 21:58
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 nbubna/3062988 to your computer and use it in GitHub Desktop.
Save nbubna/3062988 to your computer and use it in GitHub Desktop.
trigger.js (without special features)
$(document).on('click', '[trigger]', function(e) {
var el = $(e.target).closest('[trigger]');
el.trigger(el.attr('trigger'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment