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

高版本js实现live

时间:2017-08-17 15:47:44      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:jquery   type   btn   color   html   alert   function   div   set   

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
</head>
<body>
    <div class="add">
    <div class="plus" style="width:50px;height:50px;background-color: yellowgreen">abc</div>
    </div>
    <button id="btn">增加</button>
<script src="jquery-1.11.3.js"></script>
<script>
$("#btn").click(function(){
$(".add").append($(".add").html());
});
$(document).on("click",‘.plus‘,function(){
    alert(‘11‘);
});
</script>
</body>
</html>

 

高版本js实现live

标签:jquery   type   btn   color   html   alert   function   div   set   

原文地址:http://www.cnblogs.com/anxiaoyu/p/7381963.html

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