Skip to content

Instantly share code, notes, and snippets.

@ovlb
Last active December 22, 2017 20:50
Embed
What would you like to do?
Facebook Pixel Demo – 1 – addEventListener
this.$optOutButton.addEventListener(‘click’, (e) => {
// Verhindern, dass der Link irgendwohin linkt
e.preventDefault()
// Eigene Funktion, um den Opt Out-Status zu setzen
this.optOutController()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment