Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created May 17, 2020 00:36
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 gavilanch/898d93fa9cf655b3a32974b4b5383d01 to your computer and use it in GitHub Desktop.
Save gavilanch/898d93fa9cf655b3a32974b4b5383d01 to your computer and use it in GitHub Desktop.
$(document).on("click", "#counterClick", function (e) {
$(this).html("Hello");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment