jq与js 区别

$(this).html(666);

<div id="a">123</div>
<script>
  $("#a").click(function () {
                alert($(this).html());
            });
</script>

 

posted @ 2016-04-08 15:54  gyz418  阅读(171)  评论(0)    收藏  举报