点赞增加的jquery写法

$('.dianzan').click(function(){

  $(this).find('span').html(parseInt($(this).find('span').html())+1)

})

posted on 2016-06-08 11:38  小小盼  阅读(283)  评论(0编辑  收藏  举报

导航