Skip to content

Instantly share code, notes, and snippets.

@franhaselden
Created November 23, 2015 15:07
Show Gist options
  • Save franhaselden/9c8fe4623c8eea978166 to your computer and use it in GitHub Desktop.
Save franhaselden/9c8fe4623c8eea978166 to your computer and use it in GitHub Desktop.
On Click - click event on an item that has been created after the DOM has loaded
$('body').on('click', '.overlay-box .button', function(){
console.log( $( this ).text() );
closeOverlay();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment