// DOM Ready ============================================================= $(document).ready(function() { // button click //console.log('EhLoe!'); //$('button[id="currency-send"]').on('click', function(){console.log($(this).data('currency'));}); }); // Functions ============================================================= function sendCurrency(val) { }