AlbEagle

Results 1 comments of AlbEagle

can anyone to help me with change v3 to v4 with code. let $ = jQuery; $('#meta_mal_api_button').click(function () { let id = $('#meta_mal_api_input').val(); $('#meta_mal_api_input').val('Processing').attr("disabled", 'disabled'); fetch('https://api.jikan.moe/v3/anime/' + id) .then(res =>...