document.write(''); var target =document.getElementById("iframecpdmx1592603090"); var intersectionObserverOptions = {root: null,rootMargin: '0px',threshold: 0.75} var observer = new IntersectionObserver(onIntersection, intersectionObserverOptions); observer.observe(target); function onIntersection(entries){ entries.forEach(entry => { target.classList.toggle('visible', entry.intersectionRatio > 0); if (entry.intersectionRatio > 0) { observer.unobserve(entry.target); var xhttp = new XMLHttpRequest(); xhttp.open("GET", "https://www.ishop.rs/api/ban/view/44?uid=1592603090&poz=31", true); xhttp.send(); } }); }