Skip to content

Instantly share code, notes, and snippets.

@joshuaadrian
Created October 28, 2013 16:48
Show Gist options
  • Save joshuaadrian/7200376 to your computer and use it in GitHub Desktop.
Save joshuaadrian/7200376 to your computer and use it in GitHub Desktop.
function Example(el) {
this.el = el;
function something() {
// Do code here
}
this.el.on( 'click', 'childElement', something );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment