Skip to content

Instantly share code, notes, and snippets.

@alexwarren
Created May 24, 2015 14:04
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 alexwarren/0b04d3378e7f93341e39 to your computer and use it in GitHub Desktop.
Save alexwarren/0b04d3378e7f93341e39 to your computer and use it in GitHub Desktop.
$(document).on("click", "#enter-name", function () {
alert('ok...');
});
<button id="enter-name">Enter name</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment