Skip to content

Instantly share code, notes, and snippets.

@liamvdv
Last active May 10, 2022 20:54
Show Gist options
  • Save liamvdv/c6376a6e7873361bbc95180475abba3d to your computer and use it in GitHub Desktop.
Save liamvdv/c6376a6e7873361bbc95180475abba3d to your computer and use it in GitHub Desktop.
<button onclick="__abc_dev_integration()">Click me</button>
<script type="text/javascript">
function __abc_dev_integration() {
alert("A button can trigger JS!");
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment