摘要: $("<link>").attr({ rel: "stylesheet",type: "text/css",href: "site.css"}).appendTo("head"); 一个完整的实例: <html> <head> <script type="text/javascript" src=" 阅读全文
posted @ 2016-11-09 23:05 2350305682 阅读(1608) 评论(0) 推荐(0) 编辑
摘要: jQuery.getScript("/path/to/myscript.js", function(data, status, jqxhr) { /* 做一些加载完成后需要执行的事情 */ }); jQuery.getScript("/path/to/myscript.js", function(d 阅读全文
posted @ 2016-11-09 22:02 2350305682 阅读(919) 评论(0) 推荐(0) 编辑