Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119598

wp student on "[Plugin: Infinite-Scroll] Javascript wont load after infinite scroll"

$
0
0

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="http://mysite.com/?report=' + urlo + '"></a>');
</script>

any help?

http://wordpress.org/extend/plugins/infinite-scroll/


Viewing all articles
Browse latest Browse all 119598

Trending Articles