Skip to content

Instantly share code, notes, and snippets.

@venkateshwarv
Created May 16, 2020 10:49
Show Gist options
  • Save venkateshwarv/5ec30c258a5bf46756e305c49d9a4501 to your computer and use it in GitHub Desktop.
Save venkateshwarv/5ec30c258a5bf46756e305c49d9a4501 to your computer and use it in GitHub Desktop.
Gist for listening to custom events.
<script>
document.addEventListener('cc-inweb-response', function ($event) {
if($event.target.attributes.id === 'widget-usability'){
<!-- react to response submission -->
}
})
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment