|
1 2 3 4 5 6 7 8 9 10 11 |
$.ajax({ type: 'get', url: 'https://old.bank.gov.ua/NBUStatService/v1/statdirectory/exchange?date='+output+'&json', dataType: 'json', data: [], success: function(data) { //console.log(data); $('.pocent .usd').text(data[27].rate); } }); }); |