Quiero que uno de los botones del menu me carge un JS al hacer click. Como puedo hacer eso?
El codigo es
Código:
<p style="text-align: center;"><button class="tithely-give-btn" style="background-color: #1397cf; font-family: inherit; font-weight: bold; font-size: 19px; padding: 15px 100px; border-radius: 4px; cursor: pointer; background-image: none; color: white; text-shadow: none; display: inline-block; float: none; border: none;" data-church-id="******">Start Giving</button>
<script src="https://tithe.ly/widget/v3/give.js?3"></script>
<script>
var tw = create_tithely_widget();
</script></p>