Check

CSSの動的ローディング

| | コメント(0) | トラックバック(0)

var cs = document.createElement("link");
cs.rel="stylesheet";
cs.href="http://www.example.com/index.css";
cs.type="text/css";
document.getElementsByTagName('head')[0].appendChild(cs);

トラックバック(0)

このブログ記事を参照しているブログ一覧: CSSの動的ローディング

このブログ記事に対するトラックバックURL: http://0-9.sakura.ne.jp/mt/mt-tb.cgi/151

コメントする