• Resolved yupimrich

    (@yupimrich)


    Hi,
    I am using an ajax page loader which requires me to reload js code in order for plugins to work.
    I need the code to reload this plugin
    ie
    jQuery.get(‘/wp-content/plugins/contact-form-7/scripts.js’, function(data) { eval(data); });
    more info here

    This should be simple, I’m just not seeing any straightforward code to do this with. Any help would be greatly appreciated.

    https://www.ads-software.com/extend/plugins/wp-jquery-lightbox/

Viewing 2 replies - 1 through 2 (of 2 total)
  • if(typeof doLightBox !== 'undefined' && typeof jQuery !== 'undefined'){
       doLightBox();
    }
    Thread Starter yupimrich

    (@yupimrich)

    Hey ulfben, thanks for the quick response!

    This code isn’t working for me though. Any ideas?

    Here is the site
    atsounds.com

    Thanks~

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP jQuery Lightbox] reload code please’ is closed to new replies.