fetch("https://www.kurir.rs/news_widget_js"/*, options */) .then((response) => response.text()) .then((html) => { document.getElementById('kurir_widget').innerHTML = html; }) .catch((error) => { console.warn(error); });