• Hi!

    I’m trying to reload the js for tabby responsive tabs as per your advice in youngtechleads.com.

    So I did:

    $body.removeClass('loading');
    scriptNode = document.createElement('script');
    contentNode.appendChild(scriptNode);
    scriptNode.setAttribute('src', rootUrl + 'wp-content/plugins/tabby-responsive-tabs/js/tabby.js');

    But this makes no effect on the tabs (not working). Although I can see in Chrome inspector, the tabby.js is being loaded. In fact, it’s being loaded multiple times (for every page click on menu)

    Any ideas?
    Thanks you

    https://www.ads-software.com/plugins/ajaxify-wordpress-site/

  • The topic ‘Reloading js for Tabby Responsive Tabs’ is closed to new replies.