Skip to content

Instantly share code, notes, and snippets.

@dan-donica
Created July 5, 2023 11:42
Show Gist options
  • Select an option

  • Save dan-donica/f08dc816c85dac39c71173733bfed50e to your computer and use it in GitHub Desktop.

Select an option

Save dan-donica/f08dc816c85dac39c71173733bfed50e to your computer and use it in GitHub Desktop.
HC || Button click callback
<!-- Begin "Button click callback" || Help center -->
<!-- Insert in Settings->Javascript->Header -->
<!-- CS:20200120-03-1 -->
<script>
window.instapageAnchorClick = function (element) {
// here is where you add your own code
// element variable holds clicked element
};
</script>
<!-- End "Button click callback" || Help center -->
@dan-donica
Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment