Title: Load output with Javascript not working
Last modified: August 12, 2020

---

# Load output with Javascript not working

 *  Resolved [mcleare1](https://wordpress.org/support/users/mcleare1/)
 * (@mcleare1)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/load-output-with-javascript-not-working/)
 * Hi, noticed since today or last update that “load output with javascript” is 
   not working. Just stuck on “now loading”
 * Thanks

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [miunosoft](https://wordpress.org/support/users/miunosoft/)
 * (@miunosoft)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/load-output-with-javascript-not-working/#post-13246470)
 * Hi,
 * Please check the browser console log. If you see errors, I’d like to see them.
 *  Thread Starter [mcleare1](https://wordpress.org/support/users/mcleare1/)
 * (@mcleare1)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/load-output-with-javascript-not-working/#post-13246515)
 * Hi, I see this
 * Uncaught ReferenceError: jQuery is not defined
    <anonymous> /wp-content/plugins/
   amazon-auto-links/asset/js/ajax-unit-loading.min.js:6
 *  Plugin Author [miunosoft](https://wordpress.org/support/users/miunosoft/)
 * (@miunosoft)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/load-output-with-javascript-not-working/#post-13246896)
 * It seems jQuery is not loaded on your site.
 * Can you insert the following code in your theme `functions.php` to see if it 
   solves the problem?
 *     ```
       /* Amazon Auto Links - Load jQuery */
       add_action( 'wp_enqueue_scripts', 'aal_load_jquery' );
       function aal_load_jquery() {
         wp_enqueue_script( 'jquery' );
       }
       ```
   
 *  Thread Starter [mcleare1](https://wordpress.org/support/users/mcleare1/)
 * (@mcleare1)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/load-output-with-javascript-not-working/#post-13247752)
 * Thanks. Tried that and it works but only when I’m logged in. Same console error
   after.
 *  Thread Starter [mcleare1](https://wordpress.org/support/users/mcleare1/)
 * (@mcleare1)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/load-output-with-javascript-not-working/#post-13247782)
 * Turned off the “defer render blocking js” option in my caching plugin and its
   working now.
 *  Plugin Author [miunosoft](https://wordpress.org/support/users/miunosoft/)
 * (@miunosoft)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/load-output-with-javascript-not-working/#post-13248494)
 * Glad to hear you sorted it!
 *  Thread Starter [mcleare1](https://wordpress.org/support/users/mcleare1/)
 * (@mcleare1)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/load-output-with-javascript-not-working/#post-13248504)
 * Yes, I turned back on defer render blocking but was able to make /wp-includes/
   js/jquery/jquery.js an exception.
 * Thanks

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Load output with Javascript not working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/amazon-auto-links_eeeeee.svg)
 * [Auto Amazon Links - Amazon Associates Affiliate Plugin](https://wordpress.org/plugins/amazon-auto-links/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amazon-auto-links/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amazon-auto-links/)
 * [Active Topics](https://wordpress.org/support/plugin/amazon-auto-links/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amazon-auto-links/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amazon-auto-links/reviews/)

## Tags

 * [amazon affiliates](https://wordpress.org/support/topic-tag/amazon-affiliates/)
 * [amazon associates](https://wordpress.org/support/topic-tag/amazon-associates/)
 * [javascript](https://wordpress.org/support/topic-tag/javascript/)

 * 7 replies
 * 2 participants
 * Last reply from: [mcleare1](https://wordpress.org/support/users/mcleare1/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/load-output-with-javascript-not-working/#post-13248504)
 * Status: resolved