Skip to content

Instantly share code, notes, and snippets.

View liamvdv's full-sized avatar

Liam van der Viven liamvdv

View GitHub Profile
<button onclick="__abc_dev_integration()">Click me</button>
<script type="text/javascript">
function __abc_dev_integration() {
alert("A button can trigger JS!");
}
</script>