Skip to content

Instantly share code, notes, and snippets.

@beatak
Created September 19, 2012 16:11
Show Gist options
  • Select an option

  • Save beatak/3750533 to your computer and use it in GitHub Desktop.

Select an option

Save beatak/3750533 to your computer and use it in GitHub Desktop.
stack overflow
var obj = {
onBodyClick: function (ev) {
console.log('onBodyClick');
$(document).triggerHandler('onBodyClick', [this]);
}
};
$(document.body).on('click', obj.onBodyClick);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment