Skip to content

Instantly share code, notes, and snippets.

@gavilanch
Created May 8, 2020 23:17
Show Gist options
  • Select an option

  • Save gavilanch/d4fe145debf6b1d7a6018f224d9c0970 to your computer and use it in GitHub Desktop.

Select an option

Save gavilanch/d4fe145debf6b1d7a6018f224d9c0970 to your computer and use it in GitHub Desktop.
$(document).on("click", "#counterClick", function (e) {
console.log("click javascript");
let button = e.target;
button.innerHTML = "Hola";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment