码迷,mamicode.com
首页 > Web开发 > 详细

jquery动态调用css

时间:2018-10-06 21:36:11      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:pre   pen   stat   class   last   sharp   csharp   href   ati   

$("head").append("<link>");
				var css = $("head").children(":last");
				css.attr({
				rel: "stylesheet",
				type: "text/css",
				href:     "http://www.toon.com/tp5/public/static/job/css/test.css"
			});

  

jquery动态调用css

标签:pre   pen   stat   class   last   sharp   csharp   href   ati   

原文地址:https://www.cnblogs.com/my2018/p/9748290.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!