API.button
Syntactic sugar to get the button in a placeholder
Gets the element with the data-mtm-button
attribute.
<button data-mtm-button>
Agree to run content
</button>
<script>
API.button.cssText="background: red"
</script>
Updated almost 5 years ago