美文网首页
20151014 黄华 review

20151014 黄华 review

作者: snandy | 来源:发表于2015-09-30 10:54 被阅读0次

    1 document.getElementById 可以用 zepto 的 $

    2 可以直接使用zepto.js的on

    m.on($('.new h2 .p1')[0], 'animationend', function(e){

        $('.new h2 .p2').addClass('teampic-flash');

    })

    改为

    $('.new h2 .p1').on('animationend', function(e){

        $('.new h2 .p2').addClass('teampic-flash');

    })

    相关文章

      网友评论

          本文标题:20151014 黄华 review

          本文链接:https://www.haomeiwen.com/subject/hpnwcttx.html