Viewing 1 replies (of 1 total)
  • sirlanto

    (@sirlanto)

    <button id=”savePaymentButton”>Add Payment Info</button>
    <script type=”text/javascript”>
    document.getElementById(‘savePaymentButton’).addEventListener(‘click’, function() {
    insert_event_code_here;

    }, false);
    </script>

Viewing 1 replies (of 1 total)
  • The topic ‘Easy and Simple’ is closed to new replies.