cachaito
9/12/2014 - 8:44 AM

Wgrywanie potrzebnego stylu przez plugin

var pathToDefaultCss = 'css/jquery.qtip.css';

function loadCss(url) {
    var link = document.createElement('link');
    link.type = 'text/css';
    link.rel = 'stylesheet';
    link.href = url;
    document.getElementsByTagName('head')[0].appendChild(link);
}

loadCss(pathToDefaultCss);