<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>template</title>
<script src="http://libs.baidu.com/jquery/2.1.1/jquery.min.js"></script>
<script type="text/template" id="t1">
<h1>kkk</h1>
<h2>lll</h2>
<div id="k">111</div>
</script>
<script>
//console.info(t1)
$(document).ready(function(){
var t1 = $("#t1").html();
$("#nav").html(t1);
$("#k").html("kkk");
});
</script>
</head>
<body>
<div id="nav"></div>
</body>
</html>
本意是想加载外面的navi,这个模板只能本页用
换这个
使用jquery获取iframe加载完成事件
只要是本地的 就存在跨域问题,必须放在服务器上才能访问。
---------------------------------------------
生活的意义并不是与他人争高下,而在于享受努力实现目标的过程,结果是对自己行动的嘉奖。
↑面的话,越看越不痛快,应该这么说:
生活的意义就是你自己知道你要做什么,明确目标。没有目标,后面都是瞎扯!
新博客 https://www.VuejsDev.com 用于梳理知识点