var lnk=document.createElement('link'); $(lnk).attr('href','/style/style.css'); $(lnk).attr('type','style/css'); document.head.appendChild(lnk)