$("head").append("<link>"); css = $("head").children(":last"); css.attr({ rel: "stylesheet", type: "text/css", href: "http://test.ru/styles.css" //здесь указывается URL стилевого файла });