Skip to content

Instantly share code, notes, and snippets.

@anataliocs
Created October 23, 2013 18:51
Show Gist options
  • Save anataliocs/7124391 to your computer and use it in GitHub Desktop.
Save anataliocs/7124391 to your computer and use it in GitHub Desktop.
jQuery click event live
//Add click event
$('#firstTimeHandoutLink').live('click', function() {
openHandout();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment