1 Star 0 Fork 0

thanatosx/acer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.html 501 Bytes
一键复制 编辑 原始数据 按行查看 历史
thanatosx 提交于 2014-09-18 02:04 +08:00 . some
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<script src="js/jquery-1.10.2.js"></script>
</head>
<body>
<div id="fff">
<div style="width: 60%; height: 100px" id="div_clone"><span>This is the test.</span></div>
</div>
<script type="text/javascript">
$().ready(function(){
var $elem = $("#div_clone").clone();
$elem.find("span").text("aaaaaaaaaaaaaaaaaaaaaaaaaaaaa");
$("#fff").append($elem);
});
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/handoop/acer.git
git@gitee.com:handoop/acer.git
handoop
acer
acer
master

搜索帮助