Javascript wont load after infinite scroll
-
The problem is when the page first loads the elements of javascript appear but after infinite scroll triggers the next page, the javascript don’t work
my javascript looks like:
<script> var urlo = encodeURIComponent('<?php the_permalink() ?>'); document.write('<a target="_blank" rel="nofollow" href="https://mysite.com/?report=' + urlo + '"></a>'); </script>
any help?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Javascript wont load after infinite scroll’ is closed to new replies.