Title: Javascript wont load after infinite scroll
Last modified: August 20, 2016

---

# Javascript wont load after infinite scroll

 *  [muhammadwaqas](https://wordpress.org/support/users/muhammadwaqas/)
 * (@muhammadwaqas)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/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="http://mysite.com/?report=' + urlo + '"></a>');
       </script>
       ```
   
 * any help?
 * [http://wordpress.org/extend/plugins/infinite-scroll/](http://wordpress.org/extend/plugins/infinite-scroll/)

Viewing 1 replies (of 1 total)

 *  [Glenn Nelson](https://wordpress.org/support/users/glenn-nelson/)
 * (@glenn-nelson)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/javascript-wont-load-after-infinite-scroll/#post-3303546)
 * [@wp](https://wordpress.org/support/users/wp/) Student
 * If that is what you have in the callback field, it will not work as it includes
   both PHP and HTML. The field should contain only raw Javascript.

Viewing 1 replies (of 1 total)

The topic ‘Javascript wont load after infinite scroll’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/infinite-scroll.svg)
 * [Infinite-Scroll](https://wordpress.org/plugins/infinite-scroll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/infinite-scroll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/infinite-scroll/)
 * [Active Topics](https://wordpress.org/support/plugin/infinite-scroll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/infinite-scroll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/infinite-scroll/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Glenn Nelson](https://wordpress.org/support/users/glenn-nelson/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/javascript-wont-load-after-infinite-scroll/#post-3303546)
 * Status: not resolved