Title: Reload Scripts
Last modified: August 20, 2016

---

# Reload Scripts

 *  Resolved [uili](https://wordpress.org/support/users/uili/)
 * (@uili)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/reload-scripts/)
 * Is there a way to reload the js files, and not the code? like, pointing the .
   js URLS instead of writing down the js code
 * [http://wordpress.org/extend/plugins/advanced-ajax-page-loader/](http://wordpress.org/extend/plugins/advanced-ajax-page-loader/)

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

 *  [Courtney Fantinato](https://wordpress.org/support/users/ridingforlife/)
 * (@ridingforlife)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/reload-scripts/#post-3630439)
 * Yes, this has worked for me:
 *     ```
       jQuery.getScript("url/to/your/script.js", function(data, textStatus, jqxhr) {
          //console.log(data); //data returned
          //console.log(textStatus); //success
          //console.log(jqxhr.status); //200
          //console.log('script.js loaded.');
       });
       ```
   
 * Just paste and edit in the Reload Code box. Uncomment the console messages to
   check if it’s working or not.
 * Hope this helps!
 *  Thread Starter [uili](https://wordpress.org/support/users/uili/)
 * (@uili)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/reload-scripts/#post-3630540)
 * beautifull!! that worked it out!!
    Now i have another issue, i think some css
   files are not been loaded too, is it possible to reload those .css on too?
 * What im doing is to integrate woocommerce on it, its everything almost done, 
   but its not loading the plugins css!
 *  Thread Starter [uili](https://wordpress.org/support/users/uili/)
 * (@uili)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/reload-scripts/#post-3630603)
 * wow, somehow i inserted the sharethis reload code, and loaded everything else
   ok!
 * 100% working now! uhulll!
 *  Thread Starter [uili](https://wordpress.org/support/users/uili/)
 * (@uili)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/reload-scripts/#post-3630606)
 * actually, its not, i had to copy all the woocommerce css to theme folder.. still
   looking for a better way to do, or for a woocommerce reload script
 *  [Ebere](https://wordpress.org/support/users/ebere/)
 * (@ebere)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/reload-scripts/#post-3630833)
 * Hello there,
 * I am having a problem where pages with Inline Javascripts that load external 
   content do not work properly. Please help
 * Also what is a relaod coad like?
 *  [Mauricio Fragale](https://wordpress.org/support/users/mfragale/)
 * (@mfragale)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/reload-scripts/#post-3630890)
 * Courtney Fantinato, that code works great! But what if I don’t know the URL to
   my script? I have a few plugins that load some scripts and css and i can’t know
   exactly all the URLs the plugins load.
 *  [Courtney Fantinato](https://wordpress.org/support/users/ridingforlife/)
 * (@ridingforlife)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/reload-scripts/#post-3630891)
 * [@mfragale](https://wordpress.org/support/users/mfragale/)
 * You’ll have to do a search in the source of the page for any scripts that are
   loaded from plugins (search for “.js” and go through them all). I haven’t had
   to reload CSS files, only JavaScript files.
 *  [kings3jm](https://wordpress.org/support/users/kings3jm/)
 * (@kings3jm)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/reload-scripts/#post-3630900)
 * Could this work with Nextgen gallery slideshows? I can’t update the nextgen gallery
   plugin because there is no new reload code and the update breaks the old one.
   Any ideas?
 * THANKS!!
 *  Plugin Author [Dean Williams](https://wordpress.org/support/users/deano1987/)
 * (@deano1987)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/reload-scripts/#post-3630902)
 * kings3jm please start a new topic, do not use other peoples topics for your problems.
 *  [slr1979](https://wordpress.org/support/users/slr1979/)
 * (@slr1979)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/reload-scripts/#post-3630904)
 * Courtney Fantinato….Thank you so much, this has sorted out my issues with Buddypress
   and AAPL working together and now they appear to working in harmony! Now, hopefully
   I can streamline my reload.js.

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

The topic ‘Reload Scripts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/advanced-ajax-page-loader_bcd4a4.
   svg)
 * [Advanced AJAX Page Loader](https://wordpress.org/plugins/advanced-ajax-page-loader/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-ajax-page-loader/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-ajax-page-loader/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-ajax-page-loader/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-ajax-page-loader/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-ajax-page-loader/reviews/)

 * 10 replies
 * 7 participants
 * Last reply from: [slr1979](https://wordpress.org/support/users/slr1979/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/reload-scripts/#post-3630904)
 * Status: resolved