Viewing 1 replies (of 1 total)
  • that helped me !

    scriptNode = document.createElement('script');
    contentNode.appendChild(scriptNode);
    scriptNode.setAttribute('src', rootUrl + 'wp-content/plugins/jquery-colorbox/js/jquery-colorbox-wrapper-min.js');
    scriptNode = document.createElement('script');
    contentNode.appendChild(scriptNode);
    scriptNode.setAttribute('src', rootUrl + 'wp-content/plugins/jquery-colorbox/js/jquery-colorbox-wrapper.js');
    scriptNode = document.createElement('script');
    contentNode.appendChild(scriptNode);
    scriptNode.setAttribute('src', rootUrl + 'wp-content/plugins/jquery-colorbox/js/jquery.colorbox-min.js');
    scriptNode = document.createElement('script');
    contentNode.appendChild(scriptNode);
    scriptNode.setAttribute('src', rootUrl + 'wp-content/plugins/jquery-colorbox/js/jquery.colorbox.js');
Viewing 1 replies (of 1 total)
  • The topic ‘Reload colorbox, how?’ is closed to new replies.