Skip to content

Instantly share code, notes, and snippets.

@AertHulsebos
Created May 28, 2021 12:12
Show Gist options
  • Select an option

  • Save AertHulsebos/5bc8f48b54982db29d84345baa99ffe2 to your computer and use it in GitHub Desktop.

Select an option

Save AertHulsebos/5bc8f48b54982db29d84345baa99ffe2 to your computer and use it in GitHub Desktop.
$(document).on("cmplzEnableScripts", myScriptHandler);
function myScriptHandler(consentLevel) {
//your code here
console.log('run enable scripts event ' +consentLevel);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment